HomeSort by: relevance | last modified time | path
    Searched defs:emitThrow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 163 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
1315 void ItaniumCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) {
MicrosoftCXXABI.cpp 121 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
4349 void MicrosoftCXXABI::emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) {

Completed in 67 milliseconds