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

References

tools/clang/lib/AST/ExprConstant.cpp
 7410     if (auto *FD = Info.CurrentCall->LambdaCaptureFields.lookup(VD)) {
 7430   if (VD->hasLocalStorage() && Info.CurrentCall->Index > 1) {
 7438         Info.CurrentCall->Callee->Equals(VD->getDeclContext())) {
 7443   if (!VD->getType()->isReferenceType()) {
 7445       Result.set({VD, Frame->Index,
 7446                   Info.CurrentCall->getCurrentTemporaryVersion(VD)});
 7449     return Success(VD);
 7453   if (!evaluateVarDeclInit(Info, E, VD, Frame, V, nullptr))