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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DRAIIObjectsForParser.h261 /// ColonProtectionRAIIObject - This sets the Parser::ColonIsSacred bool and
269 : P(p), OldVal(P.ColonIsSacred) {
270 P.ColonIsSacred = Value;
276 P.ColonIsSacred = OldVal;
H A DParser.cpp53 GreaterThanIsOperator(true), ColonIsSacred(false),
H A DParseExpr.cpp762 (!ColonIsSacred && Next.is(tok::colon)) ||
H A DParseExprCXX.cpp404 if (Next.is(tok::colon) && !ColonIsSacred) {
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h164 /// ColonIsSacred - When this is false, we aggressively try to recover from
168 bool ColonIsSacred; member in class:clang::Parser

Completed in 133 milliseconds