Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp1324 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument
1424 if (AllowBuiltinCreation && LookupBuiltin(*this, R)) in LookupName()
1813 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument
1840 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
HDSemaExpr.cpp2195 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument
2317 if (Lookup.empty() && II && AllowBuiltinCreation) { in LookupInObjCMethod()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2458 bool AllowBuiltinCreation = false);
2462 bool AllowBuiltinCreation = false,
3240 bool AllowBuiltinCreation=false);