Searched defs:tag_decl (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp20 void ClangExternalASTSourceCallbacks::CompleteType(clang::TagDecl *tag_decl) { argument
44 clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>( local
H A DNameSearchContext.cpp156 TagDecl *tag_decl = tag_type->getDecl(); local
H A DClangASTImporter.cpp622 TagDecl *tag_decl = tag_type->getDecl(); local
690 TagDecl *tag_decl local
[all...]
H A DClangASTSource.cpp263 void ClangASTSource::CompleteType(TagDecl *tag_decl) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp37 UdtRecordCompleter( PdbTypeSymId id, CompilerType &derived_ct, clang::TagDecl &tag_decl, PdbAstBuilder &ast_builder, PdbIndex &index, llvm::DenseMap<clang::Decl *, DeclStatus> &decl_to_status, llvm::DenseMap<lldb::opaque_compiler_type_t, llvm::SmallSet<std::pair<llvm::StringRef, CompilerType>, 8>> &cxx_record_map) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp226 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2676 clang::TagDecl *tag_decl = tag_type->getDecl(); local
3413 clang::TagDecl *tag_decl = tag_type->getDecl(); local
8220 clang::TagDecl *tag_decl = tag_type->getDecl(); local
8256 clang::TagDecl *tag_decl = tag_type->getDecl(); local
[all...]

Completed in 284 milliseconds