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

  /external/clang/lib/AST/
DeclCXX.cpp 36 HasPrivateFields(false), HasProtectedFields(false), HasPublicFields(false),
675 case AS_private: data().HasPrivateFields = true; break;
680 if ((data().HasPrivateFields + data().HasProtectedFields +
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 337 /// HasPrivateFields - True when there are private non-static data members.
338 bool HasPrivateFields : 1;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 188 milliseconds