Searched refs:method_decl (Results 1 – 2 of 2) sorted by relevance
121 if (const clang::CXXMethodDecl *method_decl = in ShouldSkipFunctionDecl() local123 const clang::CXXRecordDecl *record_decl = method_decl->getParent(); in ShouldSkipFunctionDecl()125 if (method_decl->isVirtual() && record_decl->isInvalidDecl()) { in ShouldSkipFunctionDecl()
717 const clang::CXXMethodDecl *method_decl = in SetupRecordVTableComponent() local719 assert(method_decl != nullptr); in SetupRecordVTableComponent()720 is_pure = method_decl->isPure(); in SetupRecordVTableComponent()725 mangle_contextp_->mangleName(method_decl, ostream); in SetupRecordVTableComponent()727 mangle_contextp_->mangleThunk(method_decl, thunk_info, ostream); in SetupRecordVTableComponent()