Home
last modified time | relevance | path

Searched defs:VAArgExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeVarargCheck.cpp23 const internal::VariadicDynCastAllOfMatcher<Stmt, VAArgExpr> VAArgExpr; variable
/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h40 class VAArgExpr; variable
H A DExpr.h4677 VAArgExpr(SourceLocation BLoc, Expr *e, TypeSourceInfo *TInfo, VAArgExpr() function
4685 explicit VAArgExpr(EmptyShell Empty) VAArgExpr() function