Searched refs:getNestedNameSpecifierLoc (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConcept.h | 167 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 183 if (auto QualifierLoc = getNestedNameSpecifierLoc()) in getBeginLoc() 274 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 275 return ConceptRef->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
|
| H A D | ExprConcepts.h | 102 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 103 return ConceptRef->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
|
| H A D | TypeLoc.h | 2138 const NestedNameSpecifierLoc getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 2140 return CR->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc() 2207 ? (getNestedNameSpecifierLoc() in getLocalSourceRange() 2208 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
|
| H A D | RecursiveASTVisitor.h | 2513 TRY_TO(TraverseNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()));
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConcepts.cpp | 45 assert(!Loc->getNestedNameSpecifierLoc() || in ConceptSpecializationExpr() 46 (!Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr() 49 !Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr()
|
| H A D | StmtPrinter.cpp | 2492 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
|
| H A D | ItaniumMangle.cpp | 5401 CSE->getNestedNameSpecifierLoc().getNestedNameSpecifier(), in mangleExpression()
|
| H A D | ASTImporter.cpp | 978 auto ToNNS = importChecked(Err, From->getNestedNameSpecifierLoc()); in import()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2874 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
|
| H A D | TreeTransform.h | 6861 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType() 6864 TL.getNestedNameSpecifierLoc()); in TransformAutoType() 12977 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
|
| H A D | SemaType.cpp | 3487 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
|
| H A D | SemaTemplate.cpp | 1292 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 475 AddNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()); in AddConceptReference()
|