HomeSort by relevance Sort by last modified time
    Searched refs:capturesThis (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
LambdaCapture.h 71 bool capturesThis() const { return DeclAndBits.getPointer() == nullptr; }
Stmt.h     [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 153 if (C->capturesThis())
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 181 if (I->capturesThis())
    [all...]
CGDebugInfo.cpp 858 assert(C.capturesThis() && "Field that isn't captured and isn't this?");
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 310 if (I.capturesThis())
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]

Completed in 175 milliseconds