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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1853   void EmitBlockWithFallThrough(llvm::BasicBlock *BB, const Stmt *S);

References

tools/clang/lib/CodeGen/CGStmt.cpp
  810   EmitBlockWithFallThrough(LoopBody, &S);
 1184   EmitBlockWithFallThrough(CaseDest, &S);
 1297   EmitBlockWithFallThrough(CaseDest, &S);
 1324       EmitBlockWithFallThrough(CaseDest, &S);
 1348   EmitBlockWithFallThrough(DefaultBlock, &S);