Searched refs:AllowBuiltinCreation (Results 1 – 3 of 3) sorted by relevance
1913 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument2013 if (AllowBuiltinCreation && LookupBuiltin(R)) in LookupName()2449 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument2480 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
2894 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument2903 if (Lookup.empty() && II && AllowBuiltinCreation) in LookupInObjCMethod()
4085 bool AllowBuiltinCreation = false);4091 bool AllowBuiltinCreation = false,5104 bool AllowBuiltinCreation=false);