Searched refs:getNestedNameSpecifierLoc (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConcept.h | 139 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
|
| H A D | TypeLoc.h | 2068 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 2146 ? (getNestedNameSpecifierLoc() in getLocalSourceRange() 2147 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
|
| H A D | RecursiveASTVisitor.h | 1277 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc())); 2399 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc()));
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 2299 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
|
| H A D | ASTImporter.cpp | 5382 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1676 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
|
| H A D | ASTWriterStmt.cpp | 435 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc()); in VisitConceptSpecializationExpr()
|
| H A D | ASTWriter.cpp | 375 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()); in VisitAutoTypeLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2387 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstParmVarDecl()
|
| H A D | SemaTemplate.cpp | 1265 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint() 2278 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in transformTemplateParameter()
|
| H A D | TreeTransform.h | 6550 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType() 6553 TL.getNestedNameSpecifierLoc()); in TransformAutoType() 12285 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2724 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in VisitTemplateTypeParmDecl()
|
| H A D | SemaType.cpp | 3267 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
|