reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseStmt.cpp
 1157     Cond = ParseCXXCondition(InitStmt, Loc, CK);
 1163       Cond = Sema::ConditionError();
 1165       Cond = Actions.ActOnCondition(getCurScope(), Loc, CondExpr.get(), CK);
 1171   if (Cond.isInvalid() && Tok.isNot(tok::r_paren)) {