Searched defs:AllowBuiltinCreation (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLookup.cpp1319 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { argument
1419 if (AllowBuiltinCreation && LookupBuiltin(*this, R))
1830 bool AllowBuiltinCreation, bool EnteringContext) {
1861 return LookupName(R, S, AllowBuiltinCreation);
3887 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false,
1829 LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, bool AllowBuiltinCreation, bool EnteringContext) argument
H A DSemaExpr.cpp2371 IdentifierInfo *II, bool AllowBuiltinCreation) {
2482 if (Lookup.empty() && II && AllowBuiltinCreation) {
2370 LookupInObjCMethod(LookupResult &Lookup, Scope *S, IdentifierInfo *II, bool AllowBuiltinCreation) argument

Completed in 67 milliseconds