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.cpp76 if (const VariableArrayType* VAPtr = FindVA(VD->getType().getTypePtr())) { in HandleDecl() local
77 setVAPtr(VAPtr); in HandleDecl()
85 if (const VariableArrayType* VAPtr = in HandleDecl() local
87 setVAPtr(VAPtr); in HandleDecl()
110 if (const VariableArrayType* VAPtr = getVAPtr()) { in GetDeclExpr() local
111 assert(VAPtr->SizeExpr); in GetDeclExpr()
112 return const_cast<Stmt*&>(VAPtr->SizeExpr); in GetDeclExpr()