Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h269 : P(p), OldVal(P.ColonIsSacred) { in P()
270 P.ColonIsSacred = Value; in P()
276 P.ColonIsSacred = OldVal; in restore()
DParseExprCXX.cpp433 if (Next.is(tok::colon) && !ColonIsSacred) { in ParseOptionalCXXScopeSpecifier()
468 if (ColonIsSacred) { in ParseOptionalCXXScopeSpecifier()
498 bool *CorrectionFlagPtr = ColonIsSacred ? &IsCorrectedToColon : nullptr; in ParseOptionalCXXScopeSpecifier()
DParser.cpp53 GreaterThanIsOperator(true), ColonIsSacred(false), in Parser()
DParseExpr.cpp825 (!ColonIsSacred && Next.is(tok::colon)) || in ParseCastExpression()
/external/clang/include/clang/Parse/
DParser.h180 bool ColonIsSacred; variable