Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp831 CallStackFrame *CurrentCall; member in __anon7ee061300411::EvalInfo
1074 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1403 Info.CurrentCall->pushTempVersion(); in ScopeRAII()
1415 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1495 Info.CurrentCall = this; in CallStackFrame()
1502 Info.CurrentCall = Caller; in ~CallStackFrame()
3331 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8511 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
9034 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
9041 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]