reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4045 StmtResult ActOnNullStmt(SourceLocation SemiLoc,
1949 *InitStmt = Actions.ActOnNullStmt(SemiLoc);
tools/clang/lib/Parse/ParseObjc.cpp2482 body = Actions.ActOnNullStmt(Tok.getLocation()); 2512 TryBody = Actions.ActOnNullStmt(Tok.getLocation()); 2557 CatchBody = Actions.ActOnNullStmt(Tok.getLocation()); 2591 FinallyBody = Actions.ActOnNullStmt(Tok.getLocation()); 2632 AutoreleasePoolBody = Actions.ActOnNullStmt(Tok.getLocation()); 2748 return Actions.ActOnNullStmt(Tok.getLocation());tools/clang/lib/Parse/ParseStmt.cpp
251 return Actions.ActOnNullStmt(ConsumeToken(), HasLeadingEmptyMacro); 650 SubStmt = Actions.ActOnNullStmt(ColonLoc); 802 SubStmt = Actions.ActOnNullStmt(SourceLocation()); 854 SubStmt = Actions.ActOnNullStmt(ColonLoc); 1338 ThenStmt = Actions.ActOnNullStmt(ThenStmtLoc); 1340 ElseStmt = Actions.ActOnNullStmt(ElseStmtLoc);