Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConcept.h138 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
H A DTypeLoc.h2068 const NestedNameSpecifierLoc &getNestedNameSpecifierLoc() const { in getNestedNameSpecifierLoc() function
2146 ? (getNestedNameSpecifierLoc() in getLocalSourceRange()
2147 ? getNestedNameSpecifierLoc().getBeginLoc() in getLocalSourceRange()
H A DRecursiveASTVisitor.h1279 TRY_TO(TraverseNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()));
2385 TRY_TO(TraverseNestedNameSpecifierLoc(C.getNestedNameSpecifierLoc()));
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp2286 NestedNameSpecifierLoc NNS = E->getNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()
H A DASTImporter.cpp5277 auto ToNNS = importChecked(Err, TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1658 Record.AddNestedNameSpecifierLoc(TC->getNestedNameSpecifierLoc()); in VisitTemplateTypeParmDecl()
H A DASTWriterStmt.cpp435 Record.AddNestedNameSpecifierLoc(E->getNestedNameSpecifierLoc()); in VisitConceptSpecializationExpr()
H A DASTWriter.cpp375 Record.AddNestedNameSpecifierLoc(TL.getNestedNameSpecifierLoc()); in VisitAutoTypeLoc()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2388 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in SubstParmVarDecl()
H A DSemaTemplate.cpp1265 *this, TL.getNestedNameSpecifierLoc(), TL.getConceptNameInfo(), in AttachTypeConstraint()
2278 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in transformTemplateParameter()
H A DTreeTransform.h6527 if (TL.getNestedNameSpecifierLoc()) { in TransformAutoType()
6530 TL.getNestedNameSpecifierLoc()); in TransformAutoType()
12206 E->getNestedNameSpecifierLoc(), E->getTemplateKWLoc(), in TransformConceptSpecializationExpr()
H A DSemaTemplateInstantiateDecl.cpp2645 TC->getNestedNameSpecifierLoc(), TC->getConceptNameInfo(), in VisitTemplateTypeParmDecl()
H A DSemaType.cpp3234 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()