Searched refs:getNestedNameSpecifierLoc (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTConcept.h | 149 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
|
H A D | ExprConcepts.h | 128 if (auto QualifierLoc = getNestedNameSpecifierLoc()) in getBeginLoc()
|
H A D | TypeLoc.h | 2133 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 2210 ? (getNestedNameSpecifierLoc() in getLocalSourceRange() 2211 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
|
H A D | RecursiveASTVisitor.h | 546 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc())); 1359 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()));
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 2668 Inst->setTypeConstraint(TC->getNestedNameSpecifierLoc(), in SubstTypeConstraint() 2685 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
|
H A D | TreeTransform.h | 6757 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType() 6760 TL.getNestedNameSpecifierLoc()); in TransformAutoType() 12741 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
|
H A D | SemaType.cpp | 3394 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
|
H A D | SemaTemplate.cpp | 1270 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 2477 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
|
H A D | ASTImporter.cpp | 5603 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 1330 if (TC.getNestedNameSpecifierLoc()) { in VisitTypeConstraint() 1331 if (VisitNestedNameSpecifierLoc(TC.getNestedNameSpecifierLoc())) in VisitTypeConstraint() 3546 E->getNestedNameSpecifierLoc()) { in RunVisitorWorkList()
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1714 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
|
H A D | ASTWriterStmt.cpp | 436 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc()); in VisitConceptSpecializationExpr()
|
H A D | ASTWriter.cpp | 467 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()); in VisitAutoTypeLoc()
|