Home
last modified time | relevance | path

Searched refs:getNestedNameSpecifierLoc (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTConcept.h138 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
DTypeLoc.h2019 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
2097 ? (getNestedNameSpecifierLoc() in getLocalSourceRange()
2098 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
DRecursiveASTVisitor.h1266 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()));
2356 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc()));
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp828 Refs.push_back(ReferenceLoc{E->getNestedNameSpecifierLoc(), in refInStmt()
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp2300 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
DASTImporter.cpp5200 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1658 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
DASTWriterStmt.cpp434 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc()); in VisitConceptSpecializationExpr()
DASTWriter.cpp374 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()); in VisitAutoTypeLoc()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2385 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstParmVarDecl()
DSemaTemplate.cpp1247 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
2257 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in transformTemplateParameter()
DTreeTransform.h6443 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType()
6446 TL.getNestedNameSpecifierLoc()); in TransformAutoType()
11968 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
DSemaTemplateInstantiateDecl.cpp2644 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in VisitTemplateTypeParmDecl()
DSemaType.cpp3210 S.AttachTypeConstraint(AutoLoc.getNestedNameSpecifierLoc(), in InventTemplateParameter()