Home
last modified time | relevance | path

Searched refs:AllowBuiltinCreation (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp1461 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument
1561 if (AllowBuiltinCreation && LookupBuiltin(*this, R)) in LookupName()
1972 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument
2003 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
HDSemaExpr.cpp2391 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument
2502 if (Lookup.empty() && II && AllowBuiltinCreation) { in LookupInObjCMethod()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2725 bool AllowBuiltinCreation = false);
2731 bool AllowBuiltinCreation = false,
3637 bool AllowBuiltinCreation=false);