Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DClangASTSource.h49 m_import_in_progress (false), in ClangASTSource()
232 … void SetImportInProgress (bool import_in_progress) { m_import_in_progress = import_in_progress; } in SetImportInProgress()
233 bool GetImportInProgress () { return m_import_in_progress; } in GetImportInProgress()
412 bool m_import_in_progress; variable