Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp161 void ASTStructExtractor::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTStructExtractor
H A DASTResultSynthesizer.cpp514 void ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in ASTResultSynthesizer
H A DASTUtils.h200 void HandleVTable(clang::CXXRecordDecl *RD) override { in HandleVTable() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTConsumer.h123 virtual void HandleVTable(CXXRecordDecl *RD) {} in HandleVTable() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp317 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in __anon158293580111::CodeGeneratorImpl
H A DCodeGenAction.cpp415 void HandleVTable(CXXRecordDecl *RD) override { in HandleVTable() function in clang::BackendConsumer
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DMultiplexConsumer.cpp341 void MultiplexConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable() function in MultiplexConsumer