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

  /external/clang/lib/AST/
DeclCXX.cpp 42 HasPrivateFields(false), HasProtectedFields(false), HasPublicFields(false),
630 case AS_public: data().HasPublicFields = true; break;
634 data().HasPublicFields) > 1)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 344 /// HasPublicFields - True when there are private non-static data members.
345 bool HasPublicFields : 1;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 107 milliseconds