Home
last modified time | relevance | path

Searched refs:FindVA (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DStmtIterator.cpp21 static inline const VariableArrayType *FindVA(const Type* t) { in FindVA() function
37 p = FindVA(p->getElementType().getTypePtr()); in NextVA()
72 if (const VariableArrayType* VAPtr = FindVA(VD->getType().getTypePtr())) { in HandleDecl()
82 FindVA(TD->getUnderlyingType().getTypePtr())) { in HandleDecl()
/external/clang/lib/Analysis/
DLiveVariables.cpp217 static const VariableArrayType *FindVA(QualType Ty) { in FindVA() function
292 for (const VariableArrayType* VA = FindVA(VD->getType()); in Visit()
293 VA != nullptr; VA = FindVA(VA->getElementType())) { in Visit()
DCFG.cpp1005 static const VariableArrayType *FindVA(const Type *t) { in FindVA() function
2137 for (const VariableArrayType* VA = FindVA(VD->getType().getTypePtr()); in VisitDeclSubExpr()
2138 VA != nullptr; VA = FindVA(VA->getElementType().getTypePtr())) { in VisitDeclSubExpr()
3050 for (const VariableArrayType *VA =FindVA(E->getArgumentType().getTypePtr()); in VisitUnaryExprOrTypeTraitExpr()
3051 VA != nullptr; VA = FindVA(VA->getElementType().getTypePtr())) in VisitUnaryExprOrTypeTraitExpr()