Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtIterator.cpp38 assert(getVAPtr()); in NextVA()
40 const VariableArrayType *p = getVAPtr(); in NextVA()
61 assert(getVAPtr() == nullptr); in NextDecl()
110 if (const VariableArrayType* VAPtr = getVAPtr()) { in GetDeclExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtIterator.h60 const VariableArrayType *getVAPtr() const { in getVAPtr() function
96 else if (getVAPtr())