Searched refs:SOPE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h278 void VisitSizeOfPackExpr(const SizeOfPackExpr *SOPE);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1251 void JSONNodeDumper::VisitSizeOfPackExpr(const SizeOfPackExpr *SOPE) { argument
1252 VisitNamedDecl(SOPE->getPack());

Completed in 109 milliseconds