Home
last modified time | relevance | path

Searched refs:getCXXMethodAbbrev (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2250 std::shared_ptr<llvm::BitCodeAbbrev> getCXXMethodAbbrev() { in getCXXMethodAbbrev() function
2528 Stream.EmitAbbrev(getCXXMethodAbbrev<FunctionDecl::TK_NonTemplate>()); in WriteDeclAbbrevs()
2530 getCXXMethodAbbrev<FunctionDecl::TK_FunctionTemplate>()); in WriteDeclAbbrevs()
2532 getCXXMethodAbbrev<FunctionDecl::TK_DependentNonTemplate>()); in WriteDeclAbbrevs()
2534 getCXXMethodAbbrev<FunctionDecl::TK_MemberSpecialization>()); in WriteDeclAbbrevs()
2536 getCXXMethodAbbrev<FunctionDecl::TK_FunctionTemplateSpecialization>()); in WriteDeclAbbrevs()
2538 getCXXMethodAbbrev< in WriteDeclAbbrevs()