Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTConcept.h164 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
180 if (auto QualifierLoc = getNestedNameSpecifierLoc()) in getBeginLoc()
271 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
272 return ConceptRef->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
HDExprConcepts.h102 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
103 return ConceptRef->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
HDTypeLoc.h2207 const NestedNameSpecifierLoc getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
2209 return CR->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
2276 ? (getNestedNameSpecifierLoc() in getLocalSourceRange()
2277 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
HDRecursiveASTVisitor.h2571 TRY_TO(TraverseNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConcepts.cpp45 assert(!Loc->getNestedNameSpecifierLoc() || in ConceptSpecializationExpr()
46 (!Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr()
49 !Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr()
HDStmtPrinter.cpp2542 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
HDItaniumMangle.cpp5432 CSE->getNestedNameSpecifierLoc().getNestedNameSpecifier(), in mangleExpression()
HDASTImporter.cpp979 auto ToNNS = importChecked(Err, From->getNestedNameSpecifierLoc()); in import()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp3059 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
HDTreeTransform.h7116 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType()
7119 TL.getNestedNameSpecifierLoc()); in TransformAutoType()
13868 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
HDSemaType.cpp3011 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
HDSemaTemplate.cpp1247 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp512 AddNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()); in AddConceptReference()