Searched refs:LookupParsedName (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 451 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
|
D | SemaLookup.cpp | 1829 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema 3887 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
|
D | SemaTemplate.cpp | 3067 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument() 7565 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
|
D | SemaDeclCXX.cpp | 2934 LookupParsedName(R, S, &SS); in BuildMemInitializer() 7537 LookupParsedName(R, S, &SS); in ActOnUsingDirective() 8643 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
|
D | SemaDecl.cpp | 672 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag() 709 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag() 745 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
|
D | SemaExprCXX.cpp | 6463 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
|
D | SemaOpenMP.cpp | 660 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression()
|
D | SemaExpr.cpp | 2115 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 2223 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2601 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
|