Searched refs:m_import_in_progress (Results 1 – 1 of 1) sorted by relevance
49 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