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

References

tools/clang/lib/AST/Expr.cpp
  671   ASTContext &Context = CurrentDecl->getASTContext();
  674     if (const NamedDecl *ND = dyn_cast<NamedDecl>(CurrentDecl)) {
  696   if (isa<BlockDecl>(CurrentDecl)) {
  700     auto DC = CurrentDecl->getDeclContext();
  713   if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CurrentDecl)) {
  858   if (const CapturedDecl *CD = dyn_cast<CapturedDecl>(CurrentDecl)) {
  868   if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(CurrentDecl)) {
  889   if (isa<TranslationUnitDecl>(CurrentDecl) && IK == PrettyFunction) {