Searched defs: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());
93 if (const VariableArrayType* VAPtr = FindVA(VD->getType().getTypePtr())) {
103 FindVA(TD->getUnderlyingType().getTypePtr())) {
/external/clang/lib/Analysis/
H A DLiveVariables.cpp223 static const VariableArrayType *FindVA(QualType Ty) { function
290 for (const VariableArrayType* VA = FindVA(VD->getType());
291 VA != 0; VA = FindVA(VA->getElementType())) {
H A DCFG.cpp554 static const VariableArrayType *FindVA(const Type *t) { function in namespace:__anon3094
1557 for (const VariableArrayType* VA = FindVA(VD->getType().getTypePtr());
1558 VA != 0; VA = FindVA(VA->getElementType().getTypePtr()))
2396 for (const VariableArrayType *VA =FindVA(E->getArgumentType().getTypePtr());
2397 VA != 0; VA = FindVA(VA->getElementType().getTypePtr()))

Completed in 88 milliseconds