Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenConcatenation.h67 bool IsIdentifierStringPrefix(const Token &Tok) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp47 bool TokenConcatenation::IsIdentifierStringPrefix(const Token &Tok) const { in IsIdentifierStringPrefix() function in TokenConcatenation
265 return IsIdentifierStringPrefix(PrevTok); in AvoidConcat()