Home
last modified time | relevance | path

Searched refs:STTPT (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h232 void VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *STTPT);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp739 const SubstTemplateTypeParmType *STTPT) { in VisitSubstTemplateTypeParmType() argument
740 JOS.attribute("index", STTPT->getIndex()); in VisitSubstTemplateTypeParmType()
741 if (auto PackIndex = STTPT->getPackIndex()) in VisitSubstTemplateTypeParmType()