Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dnativeparser.h104 bool IsParserPerWorkspace() const { return m_ParserPerWorkspace; } in IsParserPerWorkspace()
475 bool m_ParserPerWorkspace; variable
H A Dnativeparser.cpp195 m_ParserPerWorkspace(false), in NativeParser()
226 if (m_ParserPerWorkspace) in GetParserByProject()
547 if (m_ParserPerWorkspace && !m_ParsedProjects.empty()) in CreateParser()
563 if (m_ParserPerWorkspace) in CreateParser()
583 if (!m_ParserPerWorkspace) in DeleteParser()
599 if (m_ParserPerWorkspace) in DeleteParser()
710 m_ParserPerWorkspace = parserPerWorkspace; in RereadParserOptions()
726 || m_ParserPerWorkspace != parserPerWorkspace ) in RereadParserOptions()
740 m_ParserPerWorkspace = parserPerWorkspace; in RereadParserOptions()
1204 if (m_ParserPerWorkspace) in ClearParsers()
[all …]