reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 1005       for (const CallStackFrame *Call = CurrentCall; Call != &BottomFrame;
 1006            Call = Call->Caller) {
 1006            Call = Call->Caller) {
 1007         const auto *MD = dyn_cast_or_null<CXXMethodDecl>(Call->Callee);
 1024           return {Call->Index, TAL[0].getAsType()};