Lines Matching defs:CheckCode
44 struct CheckCode { struct
45 enum class State {
53 void reset() { in reset()
68 const char* fInDebugCode;
69 int fPrivateBrace;
70 int fBraceCount;
71 int fIndent;
72 int fDoubleReturn;
73 State fState;
74 bool fPrivateProtected;
75 bool fTypedefReturn;
76 bool fSkipAPI;
77 bool fSkipInline;
78 bool fSkipWarnUnused;
79 bool fWriteReturn;