Searched defs:LookupName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLookup.cpp1313 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { function in class:Sema
1787 /// unqualified name lookup (with LookupQualifiedName or LookupName,
1827 return LookupName(R, S, AllowBuiltinCreation);
2320 LookupName(R, S);
2344 LookupName(Operators, S);
2650 LookupName(R, S);
4274 if (LookupName(R, S))

Completed in 78 milliseconds