Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp161 void ASTStructExtractor::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTStructExtractor
H A DASTResultSynthesizer.cpp503 void ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTResultSynthesizer
H A DASTUtils.h206 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/Interpreter/
H A DIncrementalParser.cpp91 void HandleVTable(CXXRecordDecl *RD) override final { in HandleVTable() function in clang::IncrementalASTConsumer
/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.cpp387 void BackendConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in clang::BackendConsumer
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp375 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h961 void HandleVTable(CXXRecordDecl *RD) override { Writer.handleVTable(RD); } in HandleVTable() function