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

  /external/clang/include/clang/AST/
LambdaCapture.h 40 Capture_This = 0x04
46 // - or, is a nullptr and Capture_This is set in Bits if this represents a
48 // - or, is a nullptr and Capture_This is not set in Bits if this represents
85 (DeclAndBits.getInt() & Capture_This);
97 !(DeclAndBits.getInt() & Capture_This);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 40 Capture_This = 0x04
46 // - or, is a nullptr and Capture_This is set in Bits if this represents a
48 // - or, is a nullptr and Capture_This is not set in Bits if this represents
85 (DeclAndBits.getInt() & Capture_This);
97 !(DeclAndBits.getInt() & Capture_This);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 40 Capture_This = 0x04
46 // - or, is a nullptr and Capture_This is set in Bits if this represents a
48 // - or, is a nullptr and Capture_This is not set in Bits if this represents
85 (DeclAndBits.getInt() & Capture_This);
97 !(DeclAndBits.getInt() & Capture_This);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 40 Capture_This = 0x04
46 // - or, is a nullptr and Capture_This is set in Bits if this represents a
48 // - or, is a nullptr and Capture_This is not set in Bits if this represents
85 (DeclAndBits.getInt() & Capture_This);
97 !(DeclAndBits.getInt() & Capture_This);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 40 Capture_This = 0x04
46 // - or, is a nullptr and Capture_This is set in Bits if this represents a
48 // - or, is a nullptr and Capture_This is not set in Bits if this represents
85 (DeclAndBits.getInt() & Capture_This);
97 !(DeclAndBits.getInt() & Capture_This);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 40 Capture_This = 0x04
46 // - or, is a nullptr and Capture_This is set in Bits if this represents a
48 // - or, is a nullptr and Capture_This is not set in Bits if this represents
85 (DeclAndBits.getInt() & Capture_This);
97 !(DeclAndBits.getInt() & Capture_This);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 40 Capture_This = 0x04
46 // - or, is a nullptr and Capture_This is set in Bits if this represents a
48 // - or, is a nullptr and Capture_This is not set in Bits if this represents
85 (DeclAndBits.getInt() & Capture_This);
97 !(DeclAndBits.getInt() & Capture_This);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 40 Capture_This = 0x04
46 // - or, is a nullptr and Capture_This is set in Bits if this represents a
48 // - or, is a nullptr and Capture_This is not set in Bits if this represents
85 (DeclAndBits.getInt() & Capture_This);
97 !(DeclAndBits.getInt() & Capture_This);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 40 Capture_This = 0x04
46 // - or, is a nullptr and Capture_This is set in Bits if this represents a
48 // - or, is a nullptr and Capture_This is not set in Bits if this represents
85 (DeclAndBits.getInt() & Capture_This);
97 !(DeclAndBits.getInt() & Capture_This);

Completed in 1657 milliseconds