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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp126 /// GetFirstChar - Get the first character of the token \arg Tok,
128 static char GetFirstChar(const Preprocessor &PP, const Token &Tok) { function
211 FirstChar = GetFirstChar(PP, Tok);
247 return GetFirstChar(PP, Tok) != '.';

Completed in 172 milliseconds