Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExternalASTSourceCallbacks.cpp19 void ClangExternalASTSourceCallbacks::CompleteType(clang::TagDecl *tag_decl) { in CompleteType()
43 clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>( in FindExternalLexicalDecls() local
DNameSearchContext.cpp156 TagDecl *tag_decl = tag_type->getDecl(); in AddTypeDecl() local
DClangASTImporter.cpp262 if (auto *tag_decl = dyn_cast<TagDecl>(decl)) { in ~CompleteTagDeclsScope() local
626 TagDecl *tag_decl = tag_type->getDecl(); in CompleteAndFetchChildren() local
694 TagDecl *tag_decl = tag_type->getDecl(); in RequireCompleteType() local
DClangASTSource.cpp278 void ClangASTSource::CompleteType(TagDecl *tag_decl) { in CompleteType()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp33 clang::TagDecl &tag_decl, in UdtRecordCompleter()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp69 void CompleteType(clang::TagDecl *tag_decl) override { in CompleteType()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1223 if (clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>(decl)) in GetTypeForDecl() local
2409 if (clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>(decl)) { in GetCompleteDecl() local
2479 clang::TagDecl *tag_decl = in SetTagTypeKind() local
2623 clang::TagDecl *tag_decl = tag_type->getDecl(); in GetCompleteQualType() local
3349 clang::TagDecl *tag_decl = tag_type->getDecl(); in IsDefined() local
8042 clang::TagDecl *tag_decl = tag_type->getDecl(); in StartTagDeclarationDefinition() local
8073 clang::TagDecl *tag_decl = tag_type->getDecl(); in CompleteTagDeclarationDefinition() local
8267 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile() local
8993 if (clang::TagDecl *tag_decl = tag_type->getDecl()) { in DumpTypeDescription() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp221 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); in ParseTypeFromClangModule() local