Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1109 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() argument
1217 if (AllowBuiltinCreation && LookupBuiltin(*this, R)) in LookupName()
1606 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument
1633 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
DSemaExpr.cpp1904 IdentifierInfo *II, bool AllowBuiltinCreation) { in LookupInObjCMethod() argument
1997 if (Lookup.empty() && II && AllowBuiltinCreation) { in LookupInObjCMethod()
/external/clang/include/clang/Sema/
DSema.h2134 bool AllowBuiltinCreation = false);
2138 bool AllowBuiltinCreation = false,
2817 bool AllowBuiltinCreation=false);