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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 632 boolean isCaptured = false;
635 isCaptured = r != null && r.contains(p.x, p.y);
640 if (isCaptured) {
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 524 bool isCaptured(VarDecl *Var) const {
534 assert(isCaptured(Var) && "Variable has not been captured");
  /external/clang/lib/Sema/
SemaLambda.cpp 114 if (IsCapturingVariable && !LSI->isCaptured(VarToCapture))
    [all...]

Completed in 187 milliseconds