Searched refs:method_decl (Results 1 – 2 of 2) sorted by relevance
108 if (const clang::CXXMethodDecl *method_decl = in ShouldSkipFunctionDecl() local110 const clang::CXXRecordDecl *record_decl = method_decl->getParent(); in ShouldSkipFunctionDecl()112 if (method_decl->isVirtual() && record_decl->isInvalidDecl()) { in ShouldSkipFunctionDecl()
726 const clang::CXXMethodDecl *method_decl = in SetupRecordVTableComponent() local728 assert(method_decl != nullptr); in SetupRecordVTableComponent()729 is_pure = method_decl->isPure(); in SetupRecordVTableComponent()734 mangle_contextp_->mangleName(method_decl, ostream); in SetupRecordVTableComponent()736 mangle_contextp_->mangleThunk(method_decl, thunk_info, ostream); in SetupRecordVTableComponent()