Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h2040 bool capturesVariableArrayType() const { in capturesVariableArrayType() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp310 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()