Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h164 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const {
180 if (auto QualifierLoc = getNestedNameSpecifierLoc())
271 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const {
272 return ConceptRef->getNestedNameSpecifierLoc(); in getFoundDecl()
167 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { getNestedNameSpecifierLoc() function
274 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { getNestedNameSpecifierLoc() function
H A DExprConcepts.h102 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
103 return ConceptRef->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
H A DTypeLoc.h2207 const NestedNameSpecifierLoc getNestedNameSpecifierLoc() const { in getLocalSourceRange()
2209 return CR->getNestedNameSpecifierLoc(); in getLocalSourceRange()
2276 ? (getNestedNameSpecifierLoc() in setQualifierLoc()
2277 ? getNestedNameSpecifierLoc().getBeginLoc() in setQualifierLoc()
2138 const NestedNameSpecifierLoc getNestedNameSpecifierLoc() const { getNestedNameSpecifierLoc() function
H A DRecursiveASTVisitor.h2571 TRY_TO(TraverseNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()));
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp45 assert(!Loc->getNestedNameSpecifierLoc() || in ConceptSpecializationExpr()
46 (!Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr()
49 !Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr()
H A DStmtPrinter.cpp2542 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitRequiresExpr()
H A DItaniumMangle.cpp5432 CSE->getNestedNameSpecifierLoc().getNestedNameSpecifier(), in mangleExpression()
H A DASTImporter.cpp979 auto ToNNS = importChecked(Err, From->getNestedNameSpecifierLoc()); in import()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3059 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstDefaultArgument()
H A DTreeTransform.h7116 if (TL.getNestedNameSpecifierLoc()) { in TransformAttributedType()
7119 TL.getNestedNameSpecifierLoc());
13868 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformCXXDependentScopeMemberExpr()
H A DSemaType.cpp3011 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in checkExtParameterInfos()
H A DSemaTemplate.cpp1247 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp512 AddNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc());