Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2611 clang::ExternalASTSource *external_ast_source = ast->getExternalSource(); in GetCompleteRecordType() local
2612 if (external_ast_source) { in GetCompleteRecordType()
2613 external_ast_source->CompleteType(cxx_record_decl); in GetCompleteRecordType()
2651 clang::ExternalASTSource *external_ast_source = ast->getExternalSource(); in GetCompleteEnumType() local
2652 if (!external_ast_source) in GetCompleteEnumType()
2655 external_ast_source->CompleteType(tag_decl); in GetCompleteEnumType()
2691 clang::ExternalASTSource *external_ast_source = ast->getExternalSource(); in GetCompleteObjCObjectType() local
2692 if (!external_ast_source) in GetCompleteObjCObjectType()
2695 external_ast_source->CompleteType(class_interface_decl); in GetCompleteObjCObjectType()