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

  /external/clang/lib/AST/
StmtIterator.cpp 21 static inline const VariableArrayType *FindVA(const Type* t) {
37 p = FindVA(p->getElementType().getTypePtr());
93 if (const VariableArrayType* VAPtr = FindVA(VD->getType().getTypePtr())) {
103 FindVA(TD->getUnderlyingType().getTypePtr())) {
  /external/clang/lib/Analysis/
CFG.cpp 500 static const VariableArrayType *FindVA(const Type *t) {
    [all...]

Completed in 113 milliseconds