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

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4003 NestedNameSpecifier *NNS = getRequiredQualification( local
4005 if (NNS) {
4008 NNS->print(OS, Policy);
5412 NestedNameSpecifier *NNS = SS.getScopeRep(); local
5413 if (!Results.empty() && NNS->isDependent())
H A DSemaExpr.cpp1879 NestedNameSpecifierLoc NNS = local
1881 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc,
1911 NestedNameSpecifierLoc NNS, NamedDecl *FoundD,
1919 Context, NNS, TemplateKWLoc, D, RefersToCapturedVariable, NameInfo, Ty,
2262 // Synthesize a fake NNS that points to the derived class. This will
2265 auto *NNS = local
2267 SS.MakeTrivial(Context, NNS, SourceRange(Loc, Loc));
1909 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, const DeclarationNameInfo &NameInfo, NestedNameSpecifierLoc NNS, NamedDecl *FoundD, SourceLocation TemplateKWLoc, const TemplateArgumentListInfo *TemplateArgs) argument
H A DSemaDeclCXX.cpp10736 auto *NNS =
10738 return Context.getElaboratedType(ETK_None, NNS, Info->getType());
11511 NestedNameSpecifier *NNS, CXXRecordDecl *RequireMemberOf)
11513 IsInstantiation(IsInstantiation), OldNNS(NNS),
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1350 void setTypeConstraint(NestedNameSpecifierLoc NNS,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2309 NestedNameSpecifierLoc NNS = Record.readNestedNameSpecifierLoc(); local
2316 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept,
2964 // Recurse into earlier portion of NNS, if any.

Completed in 217 milliseconds

123