HomeSort by relevance Sort by last modified time
    Searched refs:AS_protected (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/include/clang/Basic/
Specifiers.h 95 AS_protected,
  /external/clang/tools/libclang/
CIndexCXX.cpp 45 case AS_protected: return CX_CXXProtected;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Specifiers.h 96 AS_protected,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
Specifiers.h 96 AS_protected,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Specifiers.h 96 AS_protected,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
Specifiers.h 97 AS_protected,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Specifiers.h 97 AS_protected,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
Specifiers.h 97 AS_protected,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Specifiers.h 97 AS_protected,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Specifiers.h 96 AS_protected,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Specifiers.h 96 AS_protected,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Specifiers.h 96 AS_protected,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
Specifiers.h 97 AS_protected,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
Specifiers.h 97 AS_protected,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
Specifiers.h 97 AS_protected,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Specifiers.h 97 AS_protected,
  /external/clang/lib/Sema/
SemaAccess.cpp 737 assert(Access == AS_private || Access == AS_protected);
757 assert(Access == AS_protected);
844 if (Access == AS_protected && Target.isInstanceMember()) {
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 487 case AS_protected: Out << '1'; break;
    [all...]
DeclCXX.cpp 674 if (D->getAccess() == AS_private || D->getAccess() == AS_protected) {
685 case AS_protected: data().HasProtectedFields = true; break;
    [all...]
DeclPrinter.cpp 264 case AS_protected: Out << "protected"; break;
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 160 case clang::AS_protected: {
    [all...]
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 503 return Node.getAccess() == AS_protected;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 512 return Node.getAccess() == AS_protected;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 512 return Node.getAccess() == AS_protected;
    [all...]

Completed in 833 milliseconds

1 2