Searched refs:AllowBuiltinCreation (Results 1 – 3 of 3) sorted by relevance
1109 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument1217 if (AllowBuiltinCreation && LookupBuiltin(*this, R)) in LookupName()1606 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument1633 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
1904 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument1997 if (Lookup.empty() && II && AllowBuiltinCreation) { in LookupInObjCMethod()
2134 bool AllowBuiltinCreation = false);2138 bool AllowBuiltinCreation = false,2817 bool AllowBuiltinCreation=false);