Searched refs:CheckCode (Results 1 – 5 of 5) sorted by relevance
44 struct CheckCode { struct445 CheckCode fCheck;
313 fCheck.fState = CheckCode::State::kMethod; in advanceInclude()327 fCheck.fState = CheckCode::State::kClassDeclaration; in advanceInclude()333 fCheck.fState = CheckCode::State::kConstructor; in advanceInclude()351 fCheck.fState = CheckCode::State::kForwardDeclaration; in advanceInclude()379 fCheck.fState = CheckCode::State::kNone; in advanceInclude()519 if (CheckCode::State::kMethod == fCheck.fState) { in writeCodeBlock()521 fCheck.fState = CheckCode::State::kNone; in writeCodeBlock()572 if (CheckCode::State::kMethod == fCheck.fState) { in writeCodeBlock()
312 fCheck.fState = CheckCode::State::kMethod; in advanceInclude()326 fCheck.fState = CheckCode::State::kClassDeclaration; in advanceInclude()332 fCheck.fState = CheckCode::State::kConstructor; in advanceInclude()350 fCheck.fState = CheckCode::State::kForwardDeclaration; in advanceInclude()378 fCheck.fState = CheckCode::State::kNone; in advanceInclude()518 if (CheckCode::State::kMethod == fCheck.fState) { in writeCodeBlock()520 fCheck.fState = CheckCode::State::kNone; in writeCodeBlock()571 if (CheckCode::State::kMethod == fCheck.fState) { in writeCodeBlock()
75 code CheckCode = check;