HomeSort by relevance Sort by last modified time
    Searched refs:TagDecl (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/clang/include/clang/AST/
MangleNumberingContext.h 27 class TagDecl;
58 virtual unsigned getManglingNumber(const TagDecl *TD,
ASTMutationListener.h 31 class TagDecl;
43 /// \brief A new TagDecl definition was completed.
44 virtual void CompletedTagDefinition(const TagDecl *D) { }
ASTConsumer.h 28 class TagDecl;
71 /// HandleTagDeclDefinition - This callback is invoked each time a TagDecl
75 virtual void HandleTagDeclDefinition(TagDecl *D) {}
77 /// \brief This callback is invoked the first time each TagDecl is required to
79 virtual void HandleTagDeclRequiredDefinition(const TagDecl *D) {}
PrettyPrinter.h 25 class TagDecl;
Mangle.h 57 llvm::DenseMap<const TagDecl*, uint64_t> AnonStructIds;
83 uint64_t getAnonymousStructId(const TagDecl *TD) {
84 std::pair<llvm::DenseMap<const TagDecl *, uint64_t>::iterator, bool>
Decl.h     [all...]
ASTImporter.h 73 SmallVector<TagDecl *, 4> AnonTagsWithPendingTypedefs;
262 /// \brief Called for ObjCInterfaceDecl, ObjCProtocolDecl, and TagDecl.
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.h 23 virtual void HandleTagDeclDefinition(clang::TagDecl* tag);
50 void CheckTag(clang::TagDecl*);
87 std::vector<clang::TagDecl*> pending_class_decls_;
ChromeClassTester.cpp 47 void ChromeClassTester::HandleTagDeclDefinition(TagDecl* tag) {
59 void ChromeClassTester::CheckTag(TagDecl* tag) {
  /frameworks/compile/slang/
slang_backend.h 41 class TagDecl;
123 // HandleTagDeclDefinition - This callback is invoked each time a TagDecl
127 virtual void HandleTagDeclDefinition(clang::TagDecl *D);
  /external/lldb/include/lldb/Expression/
ASTStructExtractor.h 92 void HandleTagDeclDefinition(clang::TagDecl *D);
ASTResultSynthesizer.h 84 void HandleTagDeclDefinition(clang::TagDecl *D);
ClangASTSource.h 167 /// Complete a TagDecl.
173 CompleteType (clang::TagDecl *Tag);
269 CompleteType (clang::TagDecl *Tag)
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 204 else if (TagDecl *tag_decl = dyn_cast<TagDecl>(decl))
220 ClangASTImporter::CompleteTagDecl (clang::TagDecl *decl)
241 ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin_decl)
488 if (TagDecl *tag_decl = dyn_cast<TagDecl>(decl))
490 if (TagDecl *original_tag_decl = dyn_cast<TagDecl>(original_decl))
638 if (isa<TagDecl>(to) || isa<ObjCInterfaceDecl>(to)
    [all...]
ClangExternalASTSourceCallbacks.cpp 131 ClangExternalASTSourceCallbacks::CompleteType (TagDecl *tag_decl)
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 60 } else if (auto TD = dyn_cast<TagDecl>(D)) {
122 /// HandleTagDeclDefinition - This callback is invoked each time a TagDecl
126 void HandleTagDeclDefinition(TagDecl *D) override {
133 void HandleTagDeclRequiredDefinition(const TagDecl *D) override {
CodeGenTypes.h 48 class TagDecl;
148 /// UpdateCompletedType - When we find the full definition for a TagDecl,
150 void UpdateCompletedType(const TagDecl *TD);
  /external/lldb/include/lldb/Symbol/
ClangExternalASTSourceCallbacks.h 34 typedef void (*CompleteTagDeclCallback)(void *baton, clang::TagDecl *);
120 CompleteType (clang::TagDecl *tag_decl);
ClangASTImporter.h 123 CompleteTagDecl (clang::TagDecl *decl);
126 CompleteTagDeclWithOrigin (clang::TagDecl *decl, clang::TagDecl *origin);
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 42 void HandleTagDeclDefinition(TagDecl *D) override;
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 44 unsigned getManglingNumber(const TagDecl *TD, unsigned) override {
ExternalASTSource.cpp 31 void ExternalASTSource::CompleteType(TagDecl *Tag) {}
  /external/lldb/include/lldb/Core/
ClangForward.h 109 class TagDecl;
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 42 TagDecl *D = TL.getDecl();
150 void IndexingContext::indexTagDecl(const TagDecl *D) {
  /external/clang/lib/Serialization/
ASTCommon.cpp 103 if (const TagDecl *Def = cast<TagDecl>(DC)->getDefinition())

Completed in 4230 milliseconds

1 2 3 4