Home
last modified time | relevance | path

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

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