Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DTokenConcatenation.h68 bool IsIdentifierStringPrefix(const Token &Tok) const;
/external/clang/lib/Lex/
DTokenConcatenation.cpp48 bool TokenConcatenation::IsIdentifierStringPrefix(const Token &Tok) const { in IsIdentifierStringPrefix() function in TokenConcatenation
254 return IsIdentifierStringPrefix(PrevTok); in AvoidConcat()