Searched refs:getNestedNameSpecifierLoc (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTConcept.h | 136 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
|
| H A D | ExprConcepts.h | 125 if (auto QualifierLoc = getNestedNameSpecifierLoc()) in getBeginLoc()
|
| H A D | TypeLoc.h | 2132 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 2209 ? (getNestedNameSpecifierLoc() in getLocalSourceRange() 2210 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
|
| H A D | RecursiveASTVisitor.h | 560 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc())); 1376 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()));
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FindTarget.cpp | 714 Refs.push_back(ReferenceLoc{E->getNestedNameSpecifierLoc(), in refInStmt()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 2459 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
|
| H A D | ASTImporter.cpp | 5492 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1330 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 D | ASTWriterDecl.cpp | 1686 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
|
| H A D | ASTWriterStmt.cpp | 437 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc()); in VisitConceptSpecializationExpr()
|
| H A D | ASTWriter.cpp | 459 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()); in VisitAutoTypeLoc()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2365 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
|
| H A D | TreeTransform.h | 6642 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType() 6645 TL.getNestedNameSpecifierLoc()); in TransformAutoType() 12566 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
|
| H A D | SemaType.cpp | 3327 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
|
| H A D | SemaTemplate.cpp | 1269 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
|