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

References

tools/clang/lib/AST/ASTImporter.cpp
 6015   if (!ToTryBlockOrErr)
 6016     return ToTryBlockOrErr.takeError();
 6028       Importer.getToContext(), *ToTryLocOrErr,*ToTryBlockOrErr, ToHandlers);