Home
last modified time | relevance | path

Searched refs:LookupParsedName (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Sema/
DSemaAttr.cpp281 LookupParsedName(Lookup, curScope, NULL, true); in ActOnPragmaUnused()
DSemaLookup.cpp1528 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema
3278 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
DSemaDeclCXX.cpp1400 LookupParsedName(R, S, &SS); in ActOnMemInitializer()
4906 LookupParsedName(R, S, &SS); in ActOnUsingDirective()
5809 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
DSemaDecl.cpp412 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
480 LookupParsedName(Result, S, &SS); in ClassifyName()
DSemaExprCXX.cpp4632 LookupParsedName(R, getCurScope(), &SS); in CheckMicrosoftIfExistsSymbol()
DSemaTemplate.cpp6130 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
DSemaExpr.cpp1625 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
/external/clang/include/clang/Sema/
DSema.h1661 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,