Searched refs:AllowBuiltinCreation (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 1696 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument 1796 if (AllowBuiltinCreation && LookupBuiltin(*this, R)) in LookupName() 2225 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument 2256 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
|
D | SemaExpr.cpp | 2430 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument 2541 if (Lookup.empty() && II && AllowBuiltinCreation) { in LookupInObjCMethod()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 1872 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument 1972 if (AllowBuiltinCreation && LookupBuiltin(R)) in LookupName() 2407 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument 2438 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
|
D | SemaExpr.cpp | 2898 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument 2907 if (Lookup.empty() && II && AllowBuiltinCreation) in LookupInObjCMethod()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2849 bool AllowBuiltinCreation = false); 2855 bool AllowBuiltinCreation = false, 3788 bool AllowBuiltinCreation=false);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3954 bool AllowBuiltinCreation = false); 3960 bool AllowBuiltinCreation = false, 4961 bool AllowBuiltinCreation=false);
|