Searched defs:PPValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPPExpressions.cpp32 /// PPValue - Represents the value of a subexpression of a preprocessor
34 class PPValue { class in namespace:__anon17946
39 // Default ctor - Construct an 'invalid' PPValue.
40 PPValue(unsigned BitWidth) : Val(BitWidth) {} function in class:__anon17946::PPValue
57 static bool EvaluateDirectiveSubExpr(PPValue &LHS, unsigned MinPrec,
82 static bool EvaluateDefined(PPValue &Result, Token &PeekTok, DefinedTracker &DT,
169 static bool EvaluateValue(PPValue &Result, Token &PeekTok, DefinedTracker &DT,
457 static bool EvaluateDirectiveSubExpr(PPValue &LHS, unsigned MinPrec,
495 PPValue RHS(LHS.getBitWidth());
693 PPValue AfterColonVa
[all...]

Completed in 280 milliseconds