HomeSort by relevance Sort by last modified time
    Searched refs:getVAPtr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
StmtIterator.cpp 34 assert (getVAPtr());
36 const VariableArrayType *p = getVAPtr();
65 assert (getVAPtr() == NULL);
134 if (const VariableArrayType* VAPtr = getVAPtr()) {
  /external/clang/include/clang/AST/
StmtIterator.h 55 const VariableArrayType *getVAPtr() const {
95 else if (getVAPtr())

Completed in 768 milliseconds