Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp38 S.setEvalLocation(E->getExprLoc()); in interpretExpr()
78 S.setEvalLocation(E->getExprLoc()); in interpretAsPointer()
H A DInterpState.h119 void setEvalLocation(SourceLocation SL) { this->EvalLocation = SL; } in setEvalLocation() function