Searched defs:TagDecl (Results 1 – 11 of 11) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | MangleNumberingContext.h | 27 class TagDecl; variable
|
H A D | PrettyPrinter.h | 25 class TagDecl; variable
|
H A D | ASTConsumer.h | 28 class TagDecl; variable
|
H A D | ASTMutationListener.h | 31 class TagDecl; variable
|
H A D | ExternalASTSource.h | 33 class TagDecl; variable
|
H A D | Decl.h | 2675 TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl() function
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 48 class TagDecl; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3446 unsigned TagType, Decl *TagDecl) { in ParseStructUnionBody() 3849 Decl *TagDecl = Actions.ActOnTag(getCurScope(), DeclSpec::TST_enum, TUK, in ParseEnumSpecifier() local
|
H A D | ParseDeclCXX.cpp | 2629 unsigned TagType, Decl *TagDecl) { in ParseCXXMemberSpecification()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2895 AST_POLYMORPHIC_MATCHER(isDefinition, AST_POLYMORPHIC_SUPPORTED_TYPES_3( in AST_POLYMORPHIC_MATCHER()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 6321 Decl *TagDecl, in ActOnFinishCXXMemberSpecification()
|