Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h2041 bool capturesVariableArrayType() const { in capturesVariableArrayType() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp310 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()