Searched refs:getNestedNameSpecifierLoc (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTConcept.h | 164 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 D | TypeLoc.h | 2207 const NestedNameSpecifierLoc getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 2209 return CR->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc() 2276 ? (getNestedNameSpecifierLoc() in getLocalSourceRange() 2277 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
|
H A D | RecursiveASTVisitor.h | 2571 TRY_TO(TraverseNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()));
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 2542 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
|
H A D | ItaniumMangle.cpp | 5432 CSE->getNestedNameSpecifierLoc().getNestedNameSpecifier(), in mangleExpression()
|
H A D | ASTImporter.cpp | 979 auto ToNNS = importChecked(Err, From->getNestedNameSpecifierLoc()); in import()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 3062 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
|
H A D | TreeTransform.h | 7116 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType() 7119 TL.getNestedNameSpecifierLoc()); in TransformAutoType() 13868 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
|
H A D | SemaTemplate.cpp | 1247 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
|
H A D | SemaType.cpp | 3011 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 512 AddNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()); in AddConceptReference()
|