Searched refs:LookupParsedName (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 281 LookupParsedName(Lookup, curScope, NULL, true); in ActOnPragmaUnused()
|
D | SemaLookup.cpp | 1528 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema 3278 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
|
D | SemaDeclCXX.cpp | 1400 LookupParsedName(R, S, &SS); in ActOnMemInitializer() 4906 LookupParsedName(R, S, &SS); in ActOnUsingDirective() 5809 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
|
D | SemaDecl.cpp | 412 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName() 480 LookupParsedName(Result, S, &SS); in ClassifyName()
|
D | SemaExprCXX.cpp | 4632 LookupParsedName(R, getCurScope(), &SS); in CheckMicrosoftIfExistsSymbol()
|
D | SemaTemplate.cpp | 6130 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
|
D | SemaExpr.cpp | 1625 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1661 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
|