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 | 2134 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema 4214 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
|
D | SemaTemplate.cpp | 3116 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument() 7679 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
|
D | SemaDeclCXX.cpp | 2912 LookupParsedName(R, S, &SS); in BuildMemInitializer() 7561 LookupParsedName(R, S, &SS); in ActOnUsingDirective() 8658 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
|
D | SemaDecl.cpp | 671 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag() 708 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag() 744 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
|
D | SemaExprCXX.cpp | 6817 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
|
D | SemaOpenMP.cpp | 990 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression()
|
D | SemaExpr.cpp | 2113 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 2287 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2780 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
|