Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1913 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument
2013 if (AllowBuiltinCreation && LookupBuiltin(R)) in LookupName()
2449 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument
2480 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
H A DSemaExpr.cpp2894 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument
2903 if (Lookup.empty() && II && AllowBuiltinCreation) in LookupInObjCMethod()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4085 bool AllowBuiltinCreation = false);
4091 bool AllowBuiltinCreation = false,
5104 bool AllowBuiltinCreation=false);