Home
last modified time | relevance | path

Searched refs:GetTypeForDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h209 static CompilerType GetTypeForDecl(clang::NamedDecl *decl);
211 static CompilerType GetTypeForDecl(clang::TagDecl *decl);
213 static CompilerType GetTypeForDecl(clang::ObjCInterfaceDecl *objc_decl);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp267 ClangASTContext::GetTypeForDecl(decls[0]).GetPointerType()); in BuildObjCObjectPointerType()
H A DAppleObjCRuntimeV2.cpp451 ClangASTContext::GetTypeForDecl(decls[0])); in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp956 ClangASTContext::GetTypeForDecl(decl)) { in GetTypeScavenger()
991 ClangASTContext::GetTypeForDecl(decls.front()); in GetTypeScavenger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1818 if (CompilerType type = ClangASTContext::GetTypeForDecl(decls[0])) { in FindFirstType()
1883 if (CompilerType type = ClangASTContext::GetTypeForDecl(decl)) { in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1439 CompilerType ClangASTContext::GetTypeForDecl(clang::NamedDecl *decl) { in GetTypeForDecl() function in ClangASTContext
1442 return GetTypeForDecl(interface_decl); in GetTypeForDecl()
1444 return GetTypeForDecl(tag_decl); in GetTypeForDecl()
1448 CompilerType ClangASTContext::GetTypeForDecl(TagDecl *decl) { in GetTypeForDecl() function in ClangASTContext
1458 CompilerType ClangASTContext::GetTypeForDecl(ObjCInterfaceDecl *decl) { in GetTypeForDecl() function in ClangASTContext
9861 CompilerType clang_type = GetTypeForDecl(decl); in CompleteTagDecl()
9872 CompilerType clang_type = GetTypeForDecl(decl); in CompleteObjCInterfaceDecl()
10170 CompilerType clang_type = ClangASTContext::GetTypeForDecl(nd); in CountDeclLevels()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp215 CompilerType type = ClangASTContext::GetTypeForDecl(tag_decl_ctx); in CompleteExternalTagDeclType()