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

/freebsd-11.0-release/contrib/llvm/tools/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())) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp217 static const VariableArrayType *FindVA(QualType Ty) { function
292 for (const VariableArrayType* VA = FindVA(VD->getType());
293 VA != nullptr; VA = FindVA(VA->getElementType())) {
H A DCFG.cpp1005 static const VariableArrayType *FindVA(const Type *t) { function in namespace:__anon3711
2136 for (const VariableArrayType* VA = FindVA(VD->getType().getTypePtr());
2137 VA != nullptr; VA = FindVA(VA->getElementType().getTypePtr())) {
3036 for (const VariableArrayType *VA =FindVA(E->getArgumentType().getTypePtr());
3037 VA != nullptr; VA = FindVA(VA->getElementType().getTypePtr()))

Completed in 65 milliseconds