Lines Matching full:lookupname
1313 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) {
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))