Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTConcept.h136 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
H A DExprConcepts.h125 if (auto QualifierLoc = getNestedNameSpecifierLoc()) in getBeginLoc()
H A DTypeLoc.h2132 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
2209 ? (getNestedNameSpecifierLoc() in getLocalSourceRange()
2210 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
H A DRecursiveASTVisitor.h560 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc()));
1376 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()));
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp714 Refs.push_back(ReferenceLoc{E->getNestedNameSpecifierLoc(), in refInStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp2459 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
H A DASTImporter.cpp5492 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1330 if (TC.getNestedNameSpecifierLoc()) { in VisitTypeConstraint()
1331 if (VisitNestedNameSpecifierLoc(TC.getNestedNameSpecifierLoc())) in VisitTypeConstraint()
3518 E->getNestedNameSpecifierLoc()) { in RunVisitorWorkList()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1686 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
H A DASTWriterStmt.cpp437 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc()); in VisitConceptSpecializationExpr()
H A DASTWriter.cpp459 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()); in VisitAutoTypeLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2365 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
H A DTreeTransform.h6642 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType()
6645 TL.getNestedNameSpecifierLoc()); in TransformAutoType()
12566 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
H A DSemaType.cpp3327 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
H A DSemaTemplate.cpp1269 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()