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

  /external/clang/include/clang/Sema/
ScopeInfo.h 460 enum IsThisCapture { ThisCapture };
461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
468 bool isThisCapture() const {
472 return !isThisCapture() && !isVLATypeCapture();
505 assert(!isThisCapture());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 526 enum IsThisCapture { ThisCapture };
527 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
535 bool isThisCapture() const {
539 return !isThisCapture() && !isVLATypeCapture();
575 assert(!isThisCapture());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 526 enum IsThisCapture { ThisCapture };
527 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
535 bool isThisCapture() const {
539 return !isThisCapture() && !isVLATypeCapture();
575 assert(!isThisCapture());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 526 enum IsThisCapture { ThisCapture };
527 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
535 bool isThisCapture() const {
539 return !isThisCapture() && !isVLATypeCapture();
575 assert(!isThisCapture());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 526 enum IsThisCapture { ThisCapture };
527 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
535 bool isThisCapture() const {
539 return !isThisCapture() && !isVLATypeCapture();
575 assert(!isThisCapture());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 526 enum IsThisCapture { ThisCapture };
527 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
535 bool isThisCapture() const {
539 return !isThisCapture() && !isVLATypeCapture();
575 assert(!isThisCapture());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 526 enum IsThisCapture { ThisCapture };
527 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
535 bool isThisCapture() const {
539 return !isThisCapture() && !isVLATypeCapture();
575 assert(!isThisCapture());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 526 enum IsThisCapture { ThisCapture };
527 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
535 bool isThisCapture() const {
539 return !isThisCapture() && !isVLATypeCapture();
575 assert(!isThisCapture());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 526 enum IsThisCapture { ThisCapture };
527 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
535 bool isThisCapture() const {
539 return !isThisCapture() && !isVLATypeCapture();
575 assert(!isThisCapture());
    [all...]

Completed in 156 milliseconds