HomeSort by: relevance | last modified time | path
    Searched refs:NotCastExpr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 680 bool NotCastExpr;
683 NotCastExpr,
687 if (NotCastExpr)
736 /// of address-of gets special treatment due to member pointers. NotCastExpr
914 bool &NotCastExpr,
921 NotCastExpr = false;
1127 NotCastExpr, isTypeCast,
1140 NotCastExpr, isTypeCast,
1258 NotCastExpr, isTypeCast,
1332 /*isAddressOfOperand*/false, NotCastExpr,
    [all...]
ParseExprCXX.cpp 3866 bool NotCastExpr;
3868 NotCastExpr = true;
3871 // If it is not a cast-expression, NotCastExpr will be true and no token
3876 NotCastExpr,
3883 ParseAs = NotCastExpr ? SimpleExpr : CastExpr;
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1768 bool &NotCastExpr,

Completed in 63 milliseconds