Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp490 clang::TypeSourceInfo *const type_source_info = nullptr; in FinishDecl() local
496 type_source_info, // TypeSourceInfo * in FinishDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1937 TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo( in AddContextClassType() local
1940 if (!type_source_info) in AddContextClassType()
1950 type_source_info); in AddContextClassType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2014 clang::TypeSourceInfo *type_source_info = in CompleteRecordType() local
2016 if (type_source_info) in CompleteRecordType()
2017 RequireCompleteType(m_ast.GetType(type_source_info->getType())); in CompleteRecordType()