Home | History | Annotate | Download | only in AST

Lines Matching refs:Dependent

87                                            SourceLocation Loc, bool Dependent) {
91 R->DefinitionData = new (C) struct LambdaDefinitionData(R, Dependent);
134 // Skip dependent types; we can't do any checking on them now.