Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.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()
H A DTypeLoc.h2207 const NestedNameSpecifierLoc getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
2209 return CR->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
2276 ? (getNestedNameSpecifierLoc() in getLocalSourceRange()
2277 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
H A DRecursiveASTVisitor.h2571 TRY_TO(TraverseNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()));
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2542 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
H A DItaniumMangle.cpp5432 CSE->getNestedNameSpecifierLoc().getNestedNameSpecifier(), in mangleExpression()
H A DASTImporter.cpp979 auto ToNNS = importChecked(Err, From->getNestedNameSpecifierLoc()); in import()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3062 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
H A DTreeTransform.h7116 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType()
7119 TL.getNestedNameSpecifierLoc()); in TransformAutoType()
13868 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
H A DSemaTemplate.cpp1247 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
H A DSemaType.cpp3011 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp512 AddNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()); in AddConceptReference()