Searched refs:AllowBuiltinCreation (Results 1 – 3 of 3) sorted by relevance
1061 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument1140 if (AllowBuiltinCreation && LookupBuiltin(*this, R)) in LookupName()1529 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument1555 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
1787 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument1866 if (Lookup.empty() && II && AllowBuiltinCreation) { in LookupInObjCMethod()
1658 bool AllowBuiltinCreation = false);1662 bool AllowBuiltinCreation = false,2211 bool AllowBuiltinCreation=false);