Lines Matching refs:std
17 std::vector<const FunctionDeclaration*> SymbolTable::GetFunctions(const Symbol& s) {
24 return std::vector<const FunctionDeclaration*>();
73 std::make_unique<UnresolvedFunction>(functions))
86 fOwnedStrings.push_front(std::move(str));
92 this->add(std::make_unique<SymbolAlias>(symbol->fLine, name, symbol));
109 std::vector<const FunctionDeclaration*> functions;
115 std::make_unique<UnresolvedFunction>(std::move(functions)));
121 std::make_unique<UnresolvedFunction>(std::move(functions)));