Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp20 CompleteType(clang::TagDecl * tag_decl) CompleteType() argument
44 clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>( FindExternalLexicalDecls() local
H A DNameSearchContext.cpp156 TagDecl *tag_decl = tag_type->getDecl(); in AddTypeDecl() local
H A DClangASTImporter.cpp262 if (auto *tag_decl = dyn_cast<TagDecl>(decl)) { ~CompleteTagDeclsScope() local
622 TagDecl *tag_decl = tag_type->getDecl(); CompleteAndFetchChildren() local
690 TagDecl *tag_decl = tag_type->getDecl(); RequireCompleteType() local
[all...]
H A DClangASTSource.cpp263 CompleteType(TagDecl * tag_decl) CompleteType() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp38 PdbTypeSymId id, CompilerType &derived_ct, clang::TagDecl &tag_decl, in UdtRecordCompleter() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp70 void CompleteType(clang::TagDecl *tag_decl) override { in CompleteType() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1212 if (clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>(decl)) GetTypeForDecl() local
2474 if (clang::TagDecl *tag_decl = llvm::dyn_cast<clang::TagDecl>(decl)) { GetCompleteDecl() local
2676 clang::TagDecl *tag_decl = tag_type->getDecl(); GetCompleteQualType() local
3413 clang::TagDecl *tag_decl = tag_type->getDecl(); IsDefined() local
8220 clang::TagDecl *tag_decl = tag_type->getDecl(); StartTagDeclarationDefinition() local
8256 clang::TagDecl *tag_decl = tag_type->getDecl(); CompleteTagDeclarationDefinition() local
8448 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { DumpFromSymbolFile() local
8751 if (clang::TagDecl *tag_decl = tag_type->getDecl()) { DumpTypeDescription() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp226 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); ParseTypeFromClangModule() local