Searched refs:LookupParsedName (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 673 SemaRef.LookupParsedName(R, /*S=*/nullptr, &SS, ObjectType); in LookupMemberExprInRecord()
|
| H A D | SemaLookup.cpp | 2714 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema 5037 SemaRef.LookupParsedName(Res, S, SS, in LookupPotentialTypoResult()
|
| H A D | SemaOpenMP.cpp | 3074 SemaRef.LookupParsedName(Lookup, CurScope, &ScopeSpec, in ActOnOpenMPIdExpression() 7037 SemaRef.LookupParsedName(Lookup, S, &D.getCXXScopeSpec(), in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() 18550 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec, in buildDeclareReductionRef() 21463 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec, in buildUserDefinedMapperRef() 21665 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec, in hasUserDefinedMapper() 23030 SemaRef.LookupParsedName(Lookup, CurScope, &ScopeSpec, in lookupOpenMPDeclareTargetName()
|
| H A D | SemaTemplate.cpp | 5037 LookupParsedName(Result, CurScope, &SS, /*ObjectType=*/QualType()); in CheckTemplateTypeArgument() 10417 LookupParsedName(Previous, S, &D.getCXXScopeSpec(), in ActOnExplicitInstantiation()
|
| H A D | SemaDeclCXX.cpp | 4443 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in BuildMemInitializer() 12445 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in ActOnUsingDirective() 13820 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in ActOnNamespaceAliasDef()
|
| H A D | SemaDecl.cpp | 831 SemaRef.LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in isTagTypeWithMissingTag() 868 SemaRef.LookupParsedName(Result, S, &SS, /*ObjectType=*/QualType()); in isTagTypeWithMissingTag() 895 LookupParsedName(Result, S, &SS, /*ObjectType=*/QualType(), in ClassifyName()
|
| H A D | SemaExprCXX.cpp | 7780 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType()); in CheckMicrosoftIfExistsSymbol()
|
| H A D | SemaExpr.cpp | 2785 LookupParsedName(R, S, &SS, /*ObjectType=*/QualType(), in ActOnIdExpression() 2921 LookupParsedName(R, /*S=*/nullptr, &SS, /*ObjectType=*/QualType()); in BuildQualifiedDeclarationNameExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9457 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5603 …RNS_12LookupResultEPNS_5ScopeEPNS_12CXXScopeSpecEbb", "clang::Sema::LookupParsedName(clang::Lookup…
|