Searched refs:UnresolvedFunction (Results 1 – 3 of 3) sorted by relevance
18 return ((UnresolvedFunction&) s).fFunctions; in GetFunctions()54 return this->takeOwnership(new UnresolvedFunction(functions)); in operator []()82 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()87 for (const auto* f : ((UnresolvedFunction&) *oldSymbol).fFunctions) { in addWithoutOwnership()91 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()108 for (auto& f : ((UnresolvedFunction&) *pair.second).fFunctions) { in markAllFunctionsBuiltin()
18 struct UnresolvedFunction : public Symbol { struct19 UnresolvedFunction(std::vector<const FunctionDeclaration*> funcs) in UnresolvedFunction() function
524 functions = ((UnresolvedFunction*) entry)->fFunctions; in convertFunction()735 const UnresolvedFunction* f = (const UnresolvedFunction*) result; in convertIdentifier()