Searched refs:AllowBuiltinCreation (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 2168 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation, in LookupName() argument 2269 if (AllowBuiltinCreation && LookupBuiltin(R)) in LookupName() 2705 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument 2736 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
|
| H A D | SemaExpr.cpp | 2963 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument 2972 if (Lookup.empty() && II && AllowBuiltinCreation) in LookupInObjCMethod()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4333 bool LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation = false, 4340 bool AllowBuiltinCreation = false, 5424 bool AllowBuiltinCreation=false);
|