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

References

tools/clang/lib/Sema/SemaExpr.cpp
 2949   assert(D && "Cannot refer to a NULL declaration");
 2950   assert(!isa<FunctionTemplateDecl>(D) &&
 2954   if (CheckDeclInExpr(*this, Loc, D))
 2957   if (TemplateDecl *Template = dyn_cast<TemplateDecl>(D)) {
 2965   ValueDecl *VD = dyn_cast<ValueDecl>(D);
 2968       << D << SS.getRange();
 2969     Diag(D->getLocation(), diag::note_declared_at);
 3006     switch (D->getKind()) {