Searched refs:setEvaluatingDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 551 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value) { in setEvaluatingDecl() function 9228 InitInfo.setEvaluatingDecl(VD, Value); in EvaluateAsInitializer() 9853 Info.setEvaluatingDecl(This.getLValueBase(), Scratch); in isPotentialConstantExpr()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 980 void setEvaluatingDecl(APValue::LValueBase Base, APValue &Value, in setEvaluatingDecl() function in __anon3f12a8aa0311::EvalInfo 14788 Info.setEvaluatingDecl(Base, DestroyedValue, in EvaluateDestruction() 14825 Info.setEvaluatingDecl(Base, Result.Val); in EvaluateAsConstantExpr() 14874 Info.setEvaluatingDecl(VD, Value); in EvaluateAsInitializer() 15652 Info.setEvaluatingDecl(This.getLValueBase(), Scratch); in isPotentialConstantExpr()
|