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.cpp489 clang::TypeSourceInfo *const type_source_info = nullptr; in FinishDecl() local
495 type_source_info, // TypeSourceInfo * in FinishDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2008 TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo( in AddContextClassType() local
2011 if (!type_source_info) in AddContextClassType()
2021 type_source_info); in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2223 clang::TypeSourceInfo *type_source_info = base_class->getTypeSourceInfo(); in CompleteRecordType() local
2224 if (type_source_info) in CompleteRecordType()
2226 m_ast.GetType(type_source_info->getType())); in CompleteRecordType()