Searched refs:compilerDirectiveSentinels_ (Results 1 – 2 of 2) sorted by relevance
43 compilerDirectiveSentinels_{that.compilerDirectiveSentinels_} {}1091 compilerDirectiveSentinels_.insert(dir); in AddCompilerDirectiveSentinel()1106 const auto iter{compilerDirectiveSentinels_.find(std::string(sentinel, n))}; in IsCompilerDirectiveSentinel()1107 return iter == compilerDirectiveSentinels_.end() ? nullptr : iter->c_str(); in IsCompilerDirectiveSentinel()
236 std::unordered_set<std::string> compilerDirectiveSentinels_; variable