HomeSort by relevance Sort by last modified time
    Searched defs:HandleVTable (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
ASTConsumer.h 136 virtual void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) {}
  /external/lldb/source/Expression/
ASTStructExtractor.cpp 189 ASTStructExtractor::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired)
192 m_passthrough->HandleVTable(RD, DefinitionRequired);
ASTResultSynthesizer.cpp 483 ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired)
486 m_passthrough->HandleVTable(RD, DefinitionRequired);
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 269 void MultiplexConsumer::HandleVTable(
272 Consumers[i]->HandleVTable(RD, DefinitionRequired);

Completed in 157 milliseconds