Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprescan.cpp43 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()
Dprescan.h236 std::unordered_set<std::string> compilerDirectiveSentinels_; variable