Searched refs:NNS (Results 51 - 56 of 56) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h516 TransformNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
3243 ExprResult RebuildConceptSpecializationExpr(NestedNameSpecifierLoc NNS, argument
3248 SS.Adopt(NNS);
3933 NestedNameSpecifierLoc NNS,
3937 for (NestedNameSpecifierLoc Qualifier = NNS; Qualifier;
4027 if (SS.getScopeRep() == NNS.getNestedNameSpecifier() &&
4029 return NNS;
4033 if (SS.location_size() == NNS.getDataLength() &&
4034 memcmp(SS.location_data(), NNS.getOpaqueData(), SS.location_size()) == 0)
4035 return NestedNameSpecifierLoc(SS.getScopeRep(), NNS
3932 TransformNestedNameSpecifierLoc( NestedNameSpecifierLoc NNS, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
[all...]
H A DSemaExpr.cpp1912 NestedNameSpecifierLoc NNS = local
1914 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc,
1944 NestedNameSpecifierLoc NNS, NamedDecl *FoundD,
1952 Context, NNS, TemplateKWLoc, D, RefersToCapturedVariable, NameInfo, Ty,
2295 // Synthesize a fake NNS that points to the derived class. This will
2298 auto *NNS = local
2300 SS.MakeTrivial(Context, NNS, SourceRange(Loc, Loc));
1942 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, const DeclarationNameInfo &NameInfo, NestedNameSpecifierLoc NNS, NamedDecl *FoundD, SourceLocation TemplateKWLoc, const TemplateArgumentListInfo *TemplateArgs) argument
H A DSemaDeclCXX.cpp11033 auto *NNS =
11035 return Context.getElaboratedType(ETK_None, NNS, Info->getType());
11807 NestedNameSpecifier *NNS, CXXRecordDecl *RequireMemberOf)
11809 IsInstantiation(IsInstantiation), OldNNS(NNS),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4831 NestedNameSpecifierLoc NNS,
5069 NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc,
6121 CXXRecordDecl *getCurrentInstantiationOf(NestedNameSpecifier *NNS);
6148 NamedDecl *FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS);
7869 /// \param NNS The nested-name-specifier that will be traversed to find
7871 void collectUnexpandedParameterPacks(NestedNameSpecifierLoc NNS,
9095 SubstNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1350 void setTypeConstraint(NestedNameSpecifierLoc NNS,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2334 NestedNameSpecifierLoc NNS = Record.readNestedNameSpecifierLoc(); local
2341 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept,
2994 // Recurse into earlier portion of NNS, if any.

Completed in 380 milliseconds

123