Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DTokenConcatenation.h67 bool IsIdentifierStringPrefix(const Token &Tok) const;
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DTokenConcatenation.cpp47 bool TokenConcatenation::IsIdentifierStringPrefix(const Token &Tok) const { in IsIdentifierStringPrefix() function in TokenConcatenation
262 return IsIdentifierStringPrefix(PrevTok); in AvoidConcat()