Home
last modified time | relevance | path

Searched refs:type_source_info (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp509 clang::TypeSourceInfo *const type_source_info = nullptr; in FinishDecl() local
515 type_source_info, // TypeSourceInfo * in FinishDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2178 TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo( in AddThisType() local
2181 if (!type_source_info) in AddThisType()
2191 type_source_info); in AddThisType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2271 clang::TypeSourceInfo *type_source_info = in CompleteTypeFromDWARF() local
2273 if (type_source_info) { in CompleteTypeFromDWARF()
2275 &m_ast, type_source_info->getType().getAsOpaquePtr()); in CompleteTypeFromDWARF()