Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConcept.h149 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
H A DExprConcepts.h128 if (auto QualifierLoc = getNestedNameSpecifierLoc()) in getBeginLoc()
H A DTypeLoc.h2133 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
2210 ? (getNestedNameSpecifierLoc() in getLocalSourceRange()
2211 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
H A DRecursiveASTVisitor.h546 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc()));
1359 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()));
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2668 Inst->setTypeConstraint(TC->getNestedNameSpecifierLoc(), in SubstTypeConstraint()
2685 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
H A DTreeTransform.h6757 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType()
6760 TL.getNestedNameSpecifierLoc()); in TransformAutoType()
12741 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
H A DSemaType.cpp3394 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
H A DSemaTemplate.cpp1270 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp2477 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
H A DASTImporter.cpp5603 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1330 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 DASTWriterDecl.cpp1714 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
H A DASTWriterStmt.cpp436 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc()); in VisitConceptSpecializationExpr()
H A DASTWriter.cpp467 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()); in VisitAutoTypeLoc()