reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
915 QualType Type = VD->getType(); 916 if (CopiedVars.insert(VD->getCanonicalDecl()).second) { 923 assert(CapturedStmtInfo->lookup(VD) && 925 DeclRefExpr DRE(getContext(), const_cast<VarDecl *>(VD), true, 928 LocalDeclMap.erase(VD); 931 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) 931 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) 932 : CGM.GetAddrOfGlobal(VD), 933 getContext().getDeclAlign(VD));