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();
57 assert (getVAPtr() == NULL);
106 if (const VariableArrayType* VAPtr = getVAPtr()) {
  /external/clang/include/clang/AST/
StmtIterator.h 52 const VariableArrayType *getVAPtr() const {
90 else if (getVAPtr())

Completed in 55 milliseconds