Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp800 CallStackFrame *CurrentCall; member in __anon6b379bbb0311::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()
8141 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8153 Result = *Info.CurrentCall->This; in VisitVarDecl()
8625 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8632 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]