Home
last modified time | relevance | path

Searched refs:EvaluatingDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp466 APValue::LValueBase EvaluatingDecl; member
542 EvaluatingDecl((const ValueDecl *)nullptr), in EvalInfo()
547 EvaluatingDecl = Base; in setEvaluatingDecl()
1412 Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()
2064 if (Info.EvaluatingDecl.dyn_cast<const ValueDecl*>() == VD) { in evaluateVarDeclInit()
2661 VD == Info.EvaluatingDecl.dyn_cast<const ValueDecl *>()) { in findCompleteObject()
2728 const ValueDecl *VD = Info.EvaluatingDecl.dyn_cast<const ValueDecl*>(); in findCompleteObject()
2766 if (LVal.getLValueBase() == Info.EvaluatingDecl) { in findCompleteObject()