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

References

tools/clang/lib/Sema/SemaExpr.cpp
 2966   if (!VD) {
 2977   if (DiagnoseUseOfDecl(VD, Loc))
 2981   if (VD->isInvalidDecl() && !AcceptInvalidDecl)
 2987   if (IndirectFieldDecl *indirectField = dyn_cast<IndirectFieldDecl>(VD))
 2993     QualType type = VD->getType();
 3002       type = VD->getType();
 3084         QualType CapturedType = getCapturedDeclRefType(cast<VarDecl>(VD), Loc);
 3098       auto *BD = cast<BindingDecl>(VD);
 3108       if (unsigned BID = cast<FunctionDecl>(VD)->getBuiltinID()) {
 3137       if (!cast<FunctionDecl>(VD)->hasPrototype() &&
 3159             = dyn_cast<FunctionProtoType>(VD->getType()))
 3167       if (cast<CXXMethodDecl>(VD)->isStatic()) {
 3180     return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,