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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4270   StmtResult ActOnCXXCatchBlock(SourceLocation CatchLoc,

References

tools/clang/lib/Parse/ParseStmt.cpp
 2323   return Actions.ActOnCXXCatchBlock(CatchLoc, ExceptionDecl, Block.get());