Searched refs:AllowBuiltinCreation (Results 1 – 3 of 3) sorted by relevance
1696 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument1796 if (AllowBuiltinCreation && LookupBuiltin(*this, R)) in LookupName()2225 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument2256 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
2430 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument2541 if (Lookup.empty() && II && AllowBuiltinCreation) { in LookupInObjCMethod()
2849 bool AllowBuiltinCreation = false);2855 bool AllowBuiltinCreation = false,3788 bool AllowBuiltinCreation=false);