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

1 2 3 4

  /external/clang/include/clang/AST/
MangleNumberingContext.h 27 class TagDecl;
54 unsigned getManglingNumber(const TagDecl *TD);
ASTConsumer.h 28 class TagDecl;
69 /// HandleTagDeclDefinition - This callback is invoked each time a TagDecl
73 virtual void HandleTagDeclDefinition(TagDecl *D) {}
75 /// \brief This callback is invoked the first time each TagDecl is required to
77 virtual void HandleTagDeclRequiredDefinition(const TagDecl *D) {}
ASTMutationListener.h 31 class TagDecl;
43 /// \brief A new TagDecl definition was completed.
44 virtual void CompletedTagDefinition(const TagDecl *D) { }
PrettyPrinter.h 25 class TagDecl;
Decl.h     [all...]
ASTImporter.h 73 SmallVector<TagDecl *, 4> AnonTagsWithPendingTypedefs;
262 /// \brief Called for ObjCInterfaceDecl, ObjCProtocolDecl, and TagDecl.
ExternalASTSource.h 33 class TagDecl;
180 virtual void CompleteType(TagDecl *Tag) {}
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.h 24 virtual void HandleTagDeclDefinition(clang::TagDecl* tag);
51 void CheckTag(clang::TagDecl*);
82 std::vector<clang::TagDecl*> pending_class_decls_;
ChromeClassTester.cpp 49 void ChromeClassTester::HandleTagDeclDefinition(TagDecl* tag) {
61 void ChromeClassTester::CheckTag(TagDecl* tag) {
  /external/clang/lib/AST/
MangleNumberingContext.cpp 46 MangleNumberingContext::getManglingNumber(const TagDecl *TD) {
DeclBase.cpp 848 TagDecl *Tag = cast<TagDecl>(this);
852 if (TagDecl *Def = Tag->getDefinition())
    [all...]
Decl.cpp 724 } else if (const TagDecl *Tag = dyn_cast<TagDecl>(D)) {
785 isa<TagDecl>(D)))
    [all...]
  /frameworks/compile/slang/
slang_backend.h 43 class TagDecl;
125 // HandleTagDeclDefinition - This callback is invoked each time a TagDecl
129 virtual void HandleTagDeclDefinition(clang::TagDecl *D);
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 41 virtual void HandleTagDeclDefinition(TagDecl *D);
ChainedIncludesSource.h 52 virtual void CompleteType(TagDecl *Tag);
  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 99 // TagDecl covers structs, enums, unions, and classes.
100 if (const clang::TagDecl* tag = dyn_cast<clang::TagDecl>(type_decl)) {
print_names_and_sizes.cc 125 // TagDecl covers structs, enums, unions, and classes.
126 if (const clang::TagDecl* tag = dyn_cast<clang::TagDecl>(type_decl)) {
  /external/clang/lib/CodeGen/
CodeGenTypes.h 47 class TagDecl;
151 /// UpdateCompletedType - When we find the full definition for a TagDecl,
153 void UpdateCompletedType(const TagDecl *TD);
ModuleBuilder.cpp 76 /// HandleTagDeclDefinition - This callback is invoked each time a TagDecl
80 virtual void HandleTagDeclDefinition(TagDecl *D) {
97 virtual void HandleTagDeclRequiredDefinition(const TagDecl *D) LLVM_OVERRIDE {
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 42 TagDecl *D = TL.getDecl();
150 void IndexingContext::indexTagDecl(const TagDecl *D) {
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 129 virtual void CompleteType(TagDecl *Tag);
Template.h 490 bool SubstQualifier(const TagDecl *OldDecl,
491 TagDecl *NewDecl);
  /external/clang/lib/Serialization/
ASTCommon.cpp 103 if (const TagDecl *Def = cast<TagDecl>(DC)->getDefinition())
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 92 virtual void CompletedTagDefinition(const TagDecl *D);
119 void MultiplexASTMutationListener::CompletedTagDefinition(const TagDecl *D) {
240 void MultiplexConsumer::HandleTagDeclDefinition(TagDecl *D) {

Completed in 211 milliseconds

1 2 3 4