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

  /external/clang/include/clang/AST/
DeclBase.h 212 ModulePrivateFlag = 0x02
566 return NextInContextAndBits.getInt() & ModulePrivateFlag;
582 Bits |= ModulePrivateFlag;
584 Bits &= ~ModulePrivateFlag;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 214 ModulePrivateFlag = 0x02
568 return NextInContextAndBits.getInt() & ModulePrivateFlag;
588 Bits |= ModulePrivateFlag;
590 Bits &= ~ModulePrivateFlag;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclBase.h 215 ModulePrivateFlag = 0x02
573 return NextInContextAndBits.getInt() & ModulePrivateFlag;
593 Bits |= ModulePrivateFlag;
595 Bits &= ~ModulePrivateFlag;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclBase.h 215 ModulePrivateFlag = 0x02
573 return NextInContextAndBits.getInt() & ModulePrivateFlag;
593 Bits |= ModulePrivateFlag;
595 Bits &= ~ModulePrivateFlag;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 214 ModulePrivateFlag = 0x02
568 return NextInContextAndBits.getInt() & ModulePrivateFlag;
588 Bits |= ModulePrivateFlag;
590 Bits &= ~ModulePrivateFlag;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclBase.h 215 ModulePrivateFlag = 0x02
573 return NextInContextAndBits.getInt() & ModulePrivateFlag;
593 Bits |= ModulePrivateFlag;
595 Bits &= ~ModulePrivateFlag;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclBase.h 215 ModulePrivateFlag = 0x02
573 return NextInContextAndBits.getInt() & ModulePrivateFlag;
593 Bits |= ModulePrivateFlag;
595 Bits &= ~ModulePrivateFlag;
    [all...]

Completed in 753 milliseconds