Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtIterator.cpp34 assert (getVAPtr()); in NextVA()
36 const VariableArrayType *p = getVAPtr(); in NextVA()
57 assert(getVAPtr() == nullptr); in NextDecl()
106 if (const VariableArrayType* VAPtr = getVAPtr()) { in GetDeclExpr()
/external/clang/include/clang/AST/
DStmtIterator.h54 const VariableArrayType *getVAPtr() const { in getVAPtr() function
92 else if (getVAPtr())