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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp43 /// PPValue - Represents the value of a subexpression of a preprocessor
45 class PPValue { class in namespace:__anon1953
52 // Default ctor - Construct an 'invalid' PPValue.
53 PPValue(unsigned BitWidth) : Val(BitWidth) {} function in class:__anon1953::PPValue
75 static bool EvaluateDirectiveSubExpr(PPValue &LHS, unsigned MinPrec,
102 static bool EvaluateDefined(PPValue &Result, Token &PeekTok, DefinedTracker &DT,
229 static bool EvaluateValue(PPValue &Result, Token &PeekTok, DefinedTracker &DT,
547 static void diagnoseUnexpectedOperator(Preprocessor &PP, PPValue &LHS,
563 static bool EvaluateDirectiveSubExpr(PPValue &LHS, unsigned MinPrec,
601 PPValue RH
[all...]

Completed in 62 milliseconds