Home | History | Annotate | Download | only in Sema

Lines Matching refs:ContextDecl

102   Decl *ContextDecl = ExprEvalContexts.back().LambdaContextDecl;
114 if (ContextDecl) {
115 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ContextDecl)) {
120 } else if (VarDecl *Var = dyn_cast<VarDecl>(ContextDecl)) {
123 } else if (isa<FieldDecl>(ContextDecl)) {
139 !(ContextDecl && isa<ParmVarDecl>(ContextDecl))) ||
146 ContextDecl = 0;
153 ContextDecl = 0;
167 Class->setLambdaMangling(ManglingNumber, ContextDecl);