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

  /external/clang/lib/Serialization/
ASTCommon.cpp 298 case Decl::AccessSpec:
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
DeclBase.cpp 671 case AccessSpec:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 20 #ifndef ACCESSSPEC
21 # define ACCESSSPEC(Type, Base) DECL(Type, Base)
23 ACCESSSPEC(AccessSpec, Decl)
24 #undef ACCESSSPEC
556 LAST_DECL_RANGE(Decl, AccessSpec, TranslationUnit)
DeclCXX.h 110 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
114 : Decl(AccessSpec, Empty) { }
139 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 20 #ifndef ACCESSSPEC
21 # define ACCESSSPEC(Type, Base) DECL(Type, Base)
23 ACCESSSPEC(AccessSpec, Decl)
24 #undef ACCESSSPEC
556 LAST_DECL_RANGE(Decl, AccessSpec, TranslationUnit)
DeclCXX.h 110 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
114 : Decl(AccessSpec, Empty) { }
139 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 110 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
114 : Decl(AccessSpec, Empty) { }
139 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 110 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
114 : Decl(AccessSpec, Empty) { }
139 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 110 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
114 : Decl(AccessSpec, Empty) { }
139 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 110 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
114 : Decl(AccessSpec, Empty) { }
139 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 110 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
114 : Decl(AccessSpec, Empty) { }
139 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 110 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
114 : Decl(AccessSpec, Empty) { }
139 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 110 : Decl(AccessSpec, DC, ASLoc), ColonLoc(ColonLoc) {
114 : Decl(AccessSpec, Empty) { }
139 static bool classofKind(Kind K) { return K == AccessSpec; }
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 78 case Decl::AccessSpec:
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 2187 milliseconds