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

  /external/clang/lib/AST/
StmtIterator.cpp 21 static inline const VariableArrayType *FindVA(const Type* t) {
37 p = FindVA(p->getElementType().getTypePtr());
72 if (const VariableArrayType* VAPtr = FindVA(VD->getType().getTypePtr())) {
82 FindVA(TD->getUnderlyingType().getTypePtr())) {
  /external/clang/lib/Analysis/
LiveVariables.cpp 217 static const VariableArrayType *FindVA(QualType Ty) {
292 for (const VariableArrayType* VA = FindVA(VD->getType());
293 VA != nullptr; VA = FindVA(VA->getElementType())) {
CFG.cpp     [all...]

Completed in 43 milliseconds