HomeSort by relevance Sort by last modified time
    Searched defs:capturesVariable (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
LambdaCapture.h 74 bool capturesVariable() const {
80 return capturesVariable() && getCapturedVar()->isInitCapture();
89 assert(capturesVariable() && "No variable available for 'this' capture");
Stmt.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp     [all...]
Decl.cpp     [all...]

Completed in 72 milliseconds