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.cpp2640 clang::ExternalASTSource *external_ast_source = ast->getExternalSource(); in GetCompleteRecordType() local
2641 if (external_ast_source) { in GetCompleteRecordType()
2642 external_ast_source->CompleteType(cxx_record_decl); in GetCompleteRecordType()
2680 clang::ExternalASTSource *external_ast_source = ast->getExternalSource(); in GetCompleteEnumType() local
2681 if (!external_ast_source) in GetCompleteEnumType()
2684 external_ast_source->CompleteType(tag_decl); in GetCompleteEnumType()
2720 clang::ExternalASTSource *external_ast_source = ast->getExternalSource(); in GetCompleteObjCObjectType() local
2721 if (!external_ast_source) in GetCompleteObjCObjectType()
2724 external_ast_source->CompleteType(class_interface_decl); in GetCompleteObjCObjectType()