Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp322 clang::TypeSourceInfo *type_source_info = in complete() local
324 if (type_source_info) { in complete()
326 clang.GetType(type_source_info->getType())); in complete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp488 clang::TypeSourceInfo *const type_source_info = nullptr; in FinishDecl() local
494 type_source_info, // TypeSourceInfo * in FinishDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2009 TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo( in AddContextClassType() local
2012 if (!type_source_info) in AddContextClassType()
2022 type_source_info); in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2141 clang::TypeSourceInfo *type_source_info = base_class->getTypeSourceInfo(); in CompleteRecordType() local
2142 if (type_source_info) in CompleteRecordType()
2144 m_ast.GetType(type_source_info->getType())); in CompleteRecordType()