Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp800 CallStackFrame *CurrentCall; member in __anon19193fee0311::EvalInfo
1016 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1363 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1442 Info.CurrentCall = this; in CallStackFrame()
1449 Info.CurrentCall = Caller; in ~CallStackFrame()
3263 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8144 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8156 Result = *Info.CurrentCall->This; in VisitVarDecl()
8628 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8635 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]