OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColonIsSacred
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Parse/
RAIIObjectsForParser.h
44
/// ColonProtectionRAIIObject - This sets the Parser::
ColonIsSacred
bool and
52
: P(p), OldVal(P.
ColonIsSacred
) {
53
P.
ColonIsSacred
= Value;
59
P.
ColonIsSacred
= OldVal;
Parser.cpp
28
GreaterThanIsOperator(true),
ColonIsSacred
(false),
[
all
...]
ParseExpr.cpp
676
(!
ColonIsSacred
&& Next.is(tok::colon)) ||
[
all
...]
ParseExprCXX.cpp
328
if (Next.is(tok::colon) && !
ColonIsSacred
) {
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
159
///
ColonIsSacred
- When this is false, we aggressively try to recover from
163
bool
ColonIsSacred
;
[
all
...]
Completed in 354 milliseconds