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

References

tools/clang/lib/Sema/SemaExpr.cpp
 3203     currentDecl = BSI->TheDecl;
 3205     currentDecl = LSI->CallOperator;
 3207     currentDecl = CSI->TheCapturedDecl;
 3209     currentDecl = getCurFunctionOrMethodDecl();
 3211   if (!currentDecl) {
 3213     currentDecl = Context.getTranslationUnitDecl();
 3218   if (cast<DeclContext>(currentDecl)->isDependentContext())
 3223     auto Str = PredefinedExpr::ComputeName(IK, currentDecl);