Searched refs:LookupParsedName (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 725 SemaRef.LookupParsedName(R, /*S=*/nullptr, &SS, ObjectType); in LookupMemberExprInRecord()
|
H A D | SemaLookup.cpp | 2676 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema 4945 SemaRef.LookupParsedName(Res, S, SS, in LookupPotentialTypoResult()
|
H A D | SemaTemplate.cpp | 4656 LookupParsedName(Result, CurScope, &SS, /*ObjectType=*/QualType()); in CheckTemplateTypeArgument() 9887 LookupParsedName(Previous, S, &D.getCXXScopeSpec(), in ActOnExplicitInstantiation()
|
H A D | SemaOpenMP.cpp | 3090 SemaRef.LookupParsedName(Lookup, CurScope, &ScopeSpec, in ActOnOpenMPIdExpression() 7089 SemaRef.LookupParsedName(Lookup, S, &D.getCXXScopeSpec(), in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() 17927 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec, in buildDeclareReductionRef() 20798 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec, in buildUserDefinedMapperRef() 22117 SemaRef.LookupParsedName(Lookup, CurScope, &ScopeSpec, in lookupOpenMPDeclareTargetName()
|
H A D | SemaDeclCXX.cpp | 4353 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in BuildMemInitializer() 12117 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in ActOnUsingDirective() 13528 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in ActOnNamespaceAliasDef()
|
H A D | SemaDecl.cpp | 814 SemaRef.LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in isTagTypeWithMissingTag() 851 SemaRef.LookupParsedName(Result, S, &SS, /*ObjectType=*/QualType()); in isTagTypeWithMissingTag() 878 LookupParsedName(Result, S, &SS, /*ObjectType=*/QualType(), in ClassifyName()
|
H A D | SemaExprCXX.cpp | 9172 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in CheckMicrosoftIfExistsSymbol()
|
H A D | SemaExpr.cpp | 2716 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType(), in ActOnIdExpression() 2874 LookupParsedName(R, /*S=*/nullptr, &SS, /*ObjectType=*/QualType()); in BuildQualifiedDeclarationNameExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9188 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
|