Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp136 tryLexStringLiteralOrSkipLine(const char *&First, const char *const End);
616 Scanner::tryLexStringLiteralOrSkipLine(const char *&First, in tryLexStringLiteralOrSkipLine() function in Scanner
700 std::optional<StringRef> Str = tryLexStringLiteralOrSkipLine(First, End); in lex_Pragma()