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

/external/clang/lib/AST/
H A DStmtIterator.cpp21 static inline const VariableArrayType *FindVA(const Type* t) { function
37 p = FindVA(p->getElementType().getTypePtr());
72 if (const VariableArrayType* VAPtr = FindVA(VD->getType().getTypePtr())) {
82 FindVA(TD->getUnderlyingType().getTypePtr())) {
/external/clang/lib/Analysis/
H A DLiveVariables.cpp218 static const VariableArrayType *FindVA(QualType Ty) { function
293 for (const VariableArrayType* VA = FindVA(VD->getType());
294 VA != nullptr; VA = FindVA(VA->getElementType())) {
H A DCFG.cpp887 static const VariableArrayType *FindVA(const Type *t) { function in namespace:__anon17770
2004 for (const VariableArrayType* VA = FindVA(VD->getType().getTypePtr());
2005 VA != nullptr; VA = FindVA(VA->getElementType().getTypePtr())) {
2892 for (const VariableArrayType *VA =FindVA(E->getArgumentType().getTypePtr());
2893 VA != nullptr; VA = FindVA(VA->getElementType().getTypePtr()))

Completed in 74 milliseconds