/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 335 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
|
D | SemaLookup.cpp | 2224 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema 4296 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
|
D | SemaOpenMP.cpp | 1155 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression() 8909 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef() 11496 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPDeclareTargetName()
|
D | SemaTemplate.cpp | 3159 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument() 7804 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
|
D | SemaDeclCXX.cpp | 2915 LookupParsedName(R, S, &SS); in BuildMemInitializer() 7726 LookupParsedName(R, S, &SS); in ActOnUsingDirective() 8903 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
|
D | SemaDecl.cpp | 715 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag() 752 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag() 788 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
|
D | SemaExprCXX.cpp | 7104 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
|
D | SemaExpr.cpp | 2176 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAttr.cpp | 585 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
|
D | SemaLookup.cpp | 2406 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema 4610 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
|
D | SemaOpenMP.cpp | 2779 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression() 5905 LookupParsedName(Lookup, S, &D.getCXXScopeSpec()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() 14688 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef() 17415 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef() 18608 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in lookupOpenMPDeclareTargetName()
|
D | SemaTemplate.cpp | 4975 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument() 10015 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
|
D | SemaDeclCXX.cpp | 4202 LookupParsedName(R, S, &SS); in BuildMemInitializer() 11400 LookupParsedName(R, S, &SS); in ActOnUsingDirective() 12673 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
|
D | SemaDecl.cpp | 795 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag() 832 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag() 874 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
|
D | SemaExprCXX.cpp | 8456 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
|
D | SemaExpr.cpp | 2500 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 2342 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDecl.cpp | 2601 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2854 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3959 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
|