Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp37 assert(getVAPtr()); in NextVA()
39 const VariableArrayType *p = getVAPtr(); in NextVA()
60 assert(getVAPtr() == nullptr); in NextDecl()
109 if (const VariableArrayType* VAPtr = getVAPtr()) { in GetDeclExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtIterator.h60 const VariableArrayType *getVAPtr() const { in getVAPtr() function
96 else if (getVAPtr())