Home
last modified time | relevance | path

Searched defs:HandleVTable (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp160 void ASTStructExtractor::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTStructExtractor
H A DASTResultSynthesizer.cpp494 void ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTResultSynthesizer
H A DASTUtils.h240 void HandleVTable(clang::CXXRecordDecl *RD) override { in HandleVTable() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h124 virtual void HandleVTable(CXXRecordDecl *RD) {} in HandleVTable() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp317 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in __anonbec9d48b0111::CodeGeneratorImpl
H A DCodeGenAction.cpp349 void BackendConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in clang::BackendConsumer
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp382 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h1011 void HandleVTable(CXXRecordDecl *RD) override { Writer.handleVTable(RD); } in HandleVTable() function