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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenConcatenation.h65 /// IsIdentifierStringPrefix - Return true if the spelling of the token
67 bool IsIdentifierStringPrefix(const Token &Tok) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp45 /// IsIdentifierStringPrefix - Return true if the spelling of the token
47 bool TokenConcatenation::IsIdentifierStringPrefix(const Token &Tok) const { function in class:TokenConcatenation
262 return IsIdentifierStringPrefix(PrevTok);

Completed in 63 milliseconds