Searched refs:getNestedNameSpecifierLoc (Results 1 – 13 of 13) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConcept.h | 164 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 D | ExprConcepts.h | 102 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 103 return ConceptRef->getNestedNameSpecifierLoc(); in getNestedNameSpecifierLoc()
|
| H A D | TypeLoc.h | 2207 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 D | RecursiveASTVisitor.h | 2571 TRY_TO(TraverseNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc()));
|
| /freebsd-src/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 | 2542 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitRequiresExpr()
|
| 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-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3059 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstDefaultArgument()
|
| H A D | TreeTransform.h | 7116 if (TL.getNestedNameSpecifierLoc()) { in TransformAttributedType() 7119 TL.getNestedNameSpecifierLoc()); 13868 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformCXXDependentScopeMemberExpr()
|
| H A D | SemaType.cpp | 3011 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in checkExtParameterInfos()
|
| H A D | SemaTemplate.cpp | 1247 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 512 AddNestedNameSpecifierLoc(CR->getNestedNameSpecifierLoc());
|