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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp230 void Parser::checkCompoundToken(SourceLocation FirstTokLoc, argument
232 if (FirstTokLoc.isInvalid())
238 if ((FirstTokLoc.isMacroID() || SecondTokLoc.isMacroID()) &&
239 PP.getSourceManager().getFileID(FirstTokLoc) !=
241 Diag(FirstTokLoc, diag::warn_compound_token_split_by_macro)
243 << static_cast<int>(Op) << SourceRange(FirstTokLoc);
252 SourceLocation SpaceLoc = PP.getLocForEndOfToken(FirstTokLoc);
254 SpaceLoc = FirstTokLoc;
257 << static_cast<int>(Op) << SourceRange(FirstTokLoc, SecondTokLoc);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1067 void checkCompoundToken(SourceLocation FirstTokLoc,

Completed in 203 milliseconds