Home | History | Annotate | Download | only in Sema

Lines Matching defs:ContextDecl

103   Decl *ContextDecl = ExprEvalContexts.back().LambdaContextDecl;
115 if (ContextDecl) {
116 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ContextDecl)) {
121 } else if (VarDecl *Var = dyn_cast<VarDecl>(ContextDecl)) {
124 } else if (isa<FieldDecl>(ContextDecl)) {
140 !(ContextDecl && isa<ParmVarDecl>(ContextDecl))) ||
147 ContextDecl = 0;
154 ContextDecl = 0;
168 Class->setLambdaMangling(ManglingNumber, ContextDecl);