Searched refs:getNestedNameSpecifierLoc (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | ASTConcept.h | 138 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
|
D | TypeLoc.h | 2019 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function 2097 ? (getNestedNameSpecifierLoc() in getLocalSourceRange() 2098 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
|
D | RecursiveASTVisitor.h | 1266 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc())); 2356 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc()));
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FindTarget.cpp | 828 Refs.push_back(ReferenceLoc{E->getNestedNameSpecifierLoc(), in refInStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | StmtPrinter.cpp | 2300 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
|
D | ASTImporter.cpp | 5200 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1658 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
|
D | ASTWriterStmt.cpp | 434 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc()); in VisitConceptSpecializationExpr()
|
D | ASTWriter.cpp | 374 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()); in VisitAutoTypeLoc()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 2385 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstParmVarDecl()
|
D | SemaTemplate.cpp | 1247 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint() 2257 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in transformTemplateParameter()
|
D | TreeTransform.h | 6443 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType() 6446 TL.getNestedNameSpecifierLoc()); in TransformAutoType() 11968 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
|
D | SemaTemplateInstantiateDecl.cpp | 2644 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in VisitTemplateTypeParmDecl()
|
D | SemaType.cpp | 3210 S.AttachTypeConstraint(AutoLoc.getNestedNameSpecifierLoc(), in InventTemplateParameter()
|