Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp75 if (const VariableArrayType* VAPtr = FindVA(VD->getType().getTypePtr())) { in HandleDecl() local
76 setVAPtr(VAPtr); in HandleDecl()
84 if (const VariableArrayType* VAPtr = in HandleDecl() local
86 setVAPtr(VAPtr); in HandleDecl()
109 if (const VariableArrayType* VAPtr = getVAPtr()) { in GetDeclExpr() local
110 assert(VAPtr->SizeExpr); in GetDeclExpr()
111 return const_cast<Stmt*&>(VAPtr->SizeExpr); in GetDeclExpr()