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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp2245 bool AteExtraColon = false; local
2248 AteExtraColon = Tok.is(tok::coloncolon);
2251 if (!AteExtraColon &&
2259 if (AteExtraColon ||
2262 if (AteExtraColon)
2263 AteExtraColon = false;
2265 AteExtraColon = Tok.is(tok::coloncolon);
2269 if (!AteExtraColon &&
2281 if (AteExtraColon || Tok.is(tok::colon)) {
2282 if (!AteExtraColon)
[all...]

Completed in 109 milliseconds