Home
last modified time | relevance | path

Searched defs:tag_decl (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp21 void ClangExternalASTSourceCallbacks::CompleteType(clang::TagDecl *tag_decl) { in CompleteType()
45 clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>( in FindExternalLexicalDecls() local
H A DNameSearchContext.cpp156 TagDecl *tag_decl = tag_type->getDecl(); in AddTypeDecl() local
H A DClangASTImporter.cpp265 if (auto *tag_decl = dyn_cast<TagDecl>(decl)) { in ~CompleteTagDeclsScope() local
864 TagDecl *tag_decl = tag_type->getDecl(); in CompleteAndFetchChildren() local
932 TagDecl *tag_decl = tag_type->getDecl(); in RequireCompleteType() local
H A DClangASTSource.cpp262 void ClangASTSource::CompleteType(TagDecl *tag_decl) { in CompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp70 void CompleteType(clang::TagDecl *tag_decl) override { in CompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp38 PdbTypeSymId id, CompilerType &derived_ct, clang::TagDecl &tag_decl, in UdtRecordCompleter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1154 if (clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>(decl)) in GetTypeForDecl() local
2426 if (clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>(decl)) { in GetCompleteDecl() local
2636 auto *tag_decl = enum_type->getAsTagDecl(); in GetCompleteEnumType() local
3450 clang::TagDecl *tag_decl = tag_type->getDecl(); in IsDefined() local
7169 if (auto *tag_decl = dyn_cast<clang::TagDecl>(decl)) in GetDirectNestedTypeWithName() local
8384 clang::TagDecl *tag_decl = tag_type->getDecl(); in StartTagDeclarationDefinition() local
8420 clang::TagDecl *tag_decl = tag_type->getDecl(); in CompleteTagDeclarationDefinition() local
8613 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile() local
8937 if (clang::TagDecl *tag_decl = tag_type->getDecl()) { in DumpTypeDescription() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp227 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); in ParseTypeFromClangModule() local