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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1018 Token FlagTok; local
1019 PP.Lex(FlagTok);
1020 if (FlagTok.is(tok::eod)) return false;
1021 if (GetLineValue(FlagTok, FlagVal, diag::err_pp_linemarker_invalid_flag, PP))
1027 PP.Lex(FlagTok);
1028 if (FlagTok.is(tok::eod)) return false;
1029 if (GetLineValue(FlagTok, FlagVal, diag::err_pp_linemarker_invalid_flag,PP))
1038 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first;
1039 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation());
1048 PP.Diag(FlagTok, dia
[all...]

Completed in 152 milliseconds