Searched refs:HandleTagDeclRequiredDefinition (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h76 virtual void HandleTagDeclRequiredDefinition(const TagDecl *D) {} function in class:clang::ASTConsumer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h63 void HandleTagDeclRequiredDefinition(const TagDecl *D) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp300 void MultiplexConsumer::HandleTagDeclRequiredDefinition(const TagDecl *D) { function in class:MultiplexConsumer
302 Consumer->HandleTagDeclRequiredDefinition(D);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h171 void HandleTagDeclRequiredDefinition(const clang::TagDecl *D) override {
172 m_c->HandleTagDeclRequiredDefinition(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp251 void HandleTagDeclRequiredDefinition(const TagDecl *D) override {
H A DObjectFilePCHContainerOperations.cpp223 void HandleTagDeclRequiredDefinition(const TagDecl *D) override {
H A DCodeGenAction.cpp354 void HandleTagDeclRequiredDefinition(const TagDecl *D) override {
355 Gen->HandleTagDeclRequiredDefinition(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8266 Consumer.HandleTagDeclRequiredDefinition(Tag->getDecl());

Completed in 141 milliseconds