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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp16 void ClangExternalASTSourceCallbacks::CompleteType(clang::TagDecl *tag_decl) { argument
40 clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>( local
H A DClangASTImporter.cpp646 TagDecl *tag_decl = tag_type->getDecl(); local
714 TagDecl *tag_decl = tag_type->getDecl(); local
[all...]
H A DClangASTContext.cpp2311 clang::TagDecl *tag_decl = local
2453 clang::TagDecl *tag_decl = tag_type->getDecl(); local
3182 clang::TagDecl *tag_decl = tag_type->getDecl(); local
7754 clang::TagDecl *tag_decl = tag_type->getDecl(); local
7785 clang::TagDecl *tag_decl = tag_type->getDecl(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp28 UdtRecordCompleter(PdbTypeSymId id, CompilerType &derived_ct, clang::TagDecl &tag_decl, PdbAstBuilder &ast_builder, TpiStream &tpi) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp196 void ClangASTSource::CompleteType(TagDecl *tag_decl) { argument
1994 TagDecl *tag_decl = tag_type->getDecl(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp217 clang::TagDecl *tag_decl = ClangASTContext::GetAsTagDecl(type); local

Completed in 206 milliseconds