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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangASTSource.h49 m_import_in_progress (false),
232 void SetImportInProgress (bool import_in_progress) { m_import_in_progress = import_in_progress; }
233 bool GetImportInProgress () { return m_import_in_progress; }
412 bool m_import_in_progress; member in class:lldb_private::ClangASTSource

Completed in 68 milliseconds