Searched refs:UnresolvedFunction (Results 1 – 8 of 8) sorted by relevance
18 return ((UnresolvedFunction&) s).fFunctions; in GetFunctions()54 return this->takeOwnership(new UnresolvedFunction(functions)); in operator []()87 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()92 for (const auto* f : ((UnresolvedFunction&) *oldSymbol).fFunctions) { in addWithoutOwnership()96 UnresolvedFunction* u = new UnresolvedFunction(std::move(functions)); in addWithoutOwnership()113 for (auto& f : ((UnresolvedFunction&) *pair.second).fFunctions) { in markAllFunctionsBuiltin()
18 struct UnresolvedFunction : public Symbol { struct19 UnresolvedFunction(std::vector<const FunctionDeclaration*> funcs) in UnresolvedFunction() function
18 struct UnresolvedFunction : public Symbol { struct19 UnresolvedFunction(std::vector<const FunctionDeclaration*> funcs) in UnresolvedFunction() argument
736 functions = ((UnresolvedFunction*) entry)->fFunctions; in convertFunction()1065 const UnresolvedFunction* f = (const UnresolvedFunction*) result; in convertIdentifier()
151 for (const auto& f : ((const UnresolvedFunction&) *pair.second).fFunctions) { in addBuiltinFunction()
719 functions = ((UnresolvedFunction*) entry)->fFunctions; in convertFunction()1028 const UnresolvedFunction* f = (const UnresolvedFunction*) result; in convertIdentifier()