Home
last modified time | relevance | path

Searched refs:getNestedNameSpecifierLoc (Results 1 – 13 of 13) 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()
275 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
276 return ConceptRef->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
H A DExprConcepts.h102 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
103 return ConceptRef->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
H A DTypeLoc.h2263 const NestedNameSpecifierLoc getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
2265 return CR->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
2332 ? (getNestedNameSpecifierLoc() in getLocalSourceRange()
2333 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
H A DRecursiveASTVisitor.h2614 TRY_TO(TraverseNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()));
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp41 assert(!Loc->getNestedNameSpecifierLoc() || in ConceptSpecializationExpr()
42 (!Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr()
45 !Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr()
H A DStmtPrinter.cpp2680 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
H A DItaniumMangle.cpp5690 CSE->getNestedNameSpecifierLoc().getNestedNameSpecifier(), in mangleExpression()
H A DASTImporter.cpp1033 auto ToNNS = importChecked(Err, From->getNestedNameSpecifierLoc()); in import()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3253 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
H A DTreeTransform.h7350 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType()
7353 TL.getNestedNameSpecifierLoc()); in TransformAutoType()
14988 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
H A DSemaType.cpp3063 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
H A DSemaTemplate.cpp1253 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp540 AddNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()); in AddConceptReference()