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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1270 APValue *getEvaluatedValue() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2394 APValue *VarDecl::getEvaluatedValue() const { function in class:VarDecl
H A DExprConstant.cpp3124 Result = VD->getEvaluatedValue();
14322 if (getEvaluatedValue() && !getEvaluatedValue()->isAbsent())
14323 DestroyedValue = *getEvaluatedValue();

Completed in 177 milliseconds