Searched refs:getNestedNameSpecifierLoc (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | 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()
|
| HD | ExprConcepts.h | 102 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 103 return ConceptRef->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
|
| HD | 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()
|
| HD | RecursiveASTVisitor.h | 2571 TRY_TO(TraverseNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()));
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprConcepts.cpp | 45 assert(!Loc->getNestedNameSpecifierLoc() || in ConceptSpecializationExpr() 46 (!Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr() 49 !Loc->getNestedNameSpecifierLoc() in ConceptSpecializationExpr()
|
| HD | StmtPrinter.cpp | 2542 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
|
| HD | ItaniumMangle.cpp | 5432 CSE->getNestedNameSpecifierLoc().getNestedNameSpecifier(), in mangleExpression()
|
| HD | ASTImporter.cpp | 979 auto ToNNS = importChecked(Err, From->getNestedNameSpecifierLoc()); in import()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaTemplateInstantiate.cpp | 3059 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstTypeConstraint()
|
| HD | TreeTransform.h | 7116 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType() 7119 TL.getNestedNameSpecifierLoc()); in TransformAutoType() 13868 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
|
| HD | SemaType.cpp | 3011 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
|
| HD | SemaTemplate.cpp | 1247 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 512 AddNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()); in AddConceptReference()
|