HomeSort by: relevance | last modified time | path
    Searched refs:capturesVariableArrayType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3521 bool capturesVariableArrayType() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 533 if (I.capturesThis() || I.capturesVariableArrayType())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 465 I->capturesVariableArrayType()))
474 assert(I->capturesVariableArrayType());
CGOpenMPRuntime.cpp 8882 assert(!Cap->capturesVariableArrayType() &&
10239 if (CI->capturesVariableArrayType()) {

Completed in 38 milliseconds