Home
last modified time | relevance | path

Searched refs:getNestedNameSpecifierLoc (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h139 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
H A DTypeLoc.h2068 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
2146 ? (getNestedNameSpecifierLoc() in getLocalSourceRange()
2147 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
H A DRecursiveASTVisitor.h1277 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()));
2399 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc()));
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2299 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
H A DASTImporter.cpp5382 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1676 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
H A DASTWriterStmt.cpp435 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc()); in VisitConceptSpecializationExpr()
H A DASTWriter.cpp375 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()); in VisitAutoTypeLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2387 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstParmVarDecl()
H A DSemaTemplate.cpp1265 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
2278 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in transformTemplateParameter()
H A DTreeTransform.h6550 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType()
6553 TL.getNestedNameSpecifierLoc()); in TransformAutoType()
12285 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
H A DSemaTemplateInstantiateDecl.cpp2724 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in VisitTemplateTypeParmDecl()
H A DSemaType.cpp3267 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()