Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h76 virtual void HandleTagDeclRequiredDefinition(const TagDecl *D) {} HandleTagDeclRequiredDefinition() function
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp67 void HandleTagDeclRequiredDefinition(const TagDecl *D) override final { in HandleTagDeclRequiredDefinition() function in clang::IncrementalASTConsumer
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp233 void HandleTagDeclRequiredDefinition(const TagDecl *D) override { in HandleTagDeclRequiredDefinition() function in __anon03be76890111::PCHContainerGenerator
H A DModuleBuilder.cpp271 void HandleTagDeclRequiredDefinition(const TagDecl *D) override { in HandleTagDeclRequiredDefinition() function in __anon76916bdd0111::CodeGeneratorImpl
H A DCodeGenAction.cpp396 void BackendConsumer::HandleTagDeclRequiredDefinition(const TagDecl *D) { HandleTagDeclRequiredDefinition() function in clang::BackendConsumer
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp306 void MultiplexConsumer::HandleTagDeclRequiredDefinition(const TagDecl *D) { HandleTagDeclRequiredDefinition() function in MultiplexConsumer
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h172 void HandleTagDeclRequiredDefinition(const clang::TagDecl *D) override { HandleTagDeclRequiredDefinition() function