Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp8287 CallStackFrame *CurrFrame = Info.CurrentCall; in VisitVarDecl() local
8288 if (CurrFrame->Callee && CurrFrame->Callee->Equals(VD->getDeclContext())) { in VisitVarDecl()
8293 if (CurrFrame->Arguments) { in VisitVarDecl()
8294 VD = CurrFrame->Arguments.getOrigParam(PVD); in VisitVarDecl()
8296 Info.getCallFrameAndDepth(CurrFrame->Arguments.CallIndex).first; in VisitVarDecl()
8297 Version = CurrFrame->Arguments.Version; in VisitVarDecl()
8300 Frame = CurrFrame; in VisitVarDecl()
8301 Version = CurrFrame->getCurrentTemporaryVersion(VD); in VisitVarDecl()