Searched refs:AllowBuiltinCreation (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 2182 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation, in LookupName() argument 2283 if (AllowBuiltinCreation && LookupBuiltin(R)) in LookupName() 2720 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument 2751 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
|
| H A D | SemaExpr.cpp | 3166 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument 3175 if (Lookup.empty() && II && AllowBuiltinCreation) in LookupInObjCMethod()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4544 bool LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation = false, 4551 bool AllowBuiltinCreation = false, 5692 bool AllowBuiltinCreation=false);
|