Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtil.h20 class TagDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DMangleNumberingContext.h25 class TagDecl; variable
DType.h63 class TagDecl; variable
DCanonicalType.h39 class TagDecl; variable
DASTConsumer.h25 class TagDecl; variable
DASTMutationListener.h37 class TagDecl; variable
DPrettyPrinter.h25 class TagDecl; variable
DASTImporter.h48 class TagDecl; variable
DExternalASTSource.h51 class TagDecl; variable
DDecl.h72 class TagDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexingContext.h24 class TagDecl; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h23 class TagDecl; variable
DPdbAstBuilder.h21 class TagDecl; variable
DUdtRecordCompleter.h22 class TagDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.h44 class TagDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp3131 unsigned TagType, Decl *TagDecl) { in SkipCXXMemberSpecification()
3186 DeclSpec::TST TagType, Decl *TagDecl) { in ParseCXXClassMemberDeclarationWithPragmas()
3297 unsigned TagType, Decl *TagDecl) { in ParseCXXMemberSpecification()
DParseDecl.cpp4270 DeclSpec::TST TagType, RecordDecl *TagDecl) { in ParseStructUnionBody()
4715 Decl *TagDecl = Actions.ActOnTag( in ParseEnumSpecifier() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DTemplate.h40 class TagDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5650 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument
5663 AST_MATCHER(TagDecl, isUnion) { in AST_MATCHER() argument
5676 AST_MATCHER(TagDecl, isClass) { in AST_MATCHER() argument
5689 AST_MATCHER(TagDecl, isEnum) { in AST_MATCHER() argument
5747 AST_POLYMORPHIC_SUPPORTED_TYPES(TagDecl, VarDecl, in AST_POLYMORPHIC_MATCHER()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp4241 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl() function in TagDecl
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp9926 Scope *S, SourceLocation RLoc, Decl *TagDecl, SourceLocation LBrac, in ActOnFinishCXXMemberSpecification()