Home
last modified time | relevance | path

Searched defs:TagDecl (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangleNumberingContext.h25 class TagDecl; variable
H A DType.h63 class TagDecl; variable
H A DCanonicalType.h39 class TagDecl; variable
H A DASTConsumer.h25 class TagDecl; variable
H A DPrettyPrinter.h25 class TagDecl; variable
H A DASTMutationListener.h37 class TagDecl; variable
H A DASTImporter.h48 class TagDecl; variable
H A DExternalASTSource.h53 class TagDecl; variable
H A DDecl.h72 class TagDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.h24 class TagDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h44 class TagDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3064 unsigned TagType, Decl *TagDecl) { in SkipCXXMemberSpecification()
3119 DeclSpec::TST TagType, Decl *TagDecl) { in ParseCXXClassMemberDeclarationWithPragmas()
3229 unsigned TagType, Decl *TagDecl) { in ParseCXXMemberSpecification()
H A DParseDecl.cpp4257 DeclSpec::TST TagType, RecordDecl *TagDecl) { in ParseStructUnionBody()
4702 Decl *TagDecl = Actions.ActOnTag( in ParseEnumSpecifier() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h40 class TagDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5638 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument
5651 AST_MATCHER(TagDecl, isUnion) { in AST_MATCHER() argument
5664 AST_MATCHER(TagDecl, isClass) { in AST_MATCHER() argument
5677 AST_MATCHER(TagDecl, isEnum) { in AST_MATCHER() argument
5735 AST_POLYMORPHIC_SUPPORTED_TYPES(TagDecl, VarDecl, in AST_POLYMORPHIC_MATCHER()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4248 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl() function in TagDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp9919 Scope *S, SourceLocation RLoc, Decl *TagDecl, SourceLocation LBrac, in ActOnFinishCXXMemberSpecification()