Home | History | Annotate | Download | only in AST

Lines Matching defs:Dependent

148   //   An id-expression is type-dependent if it contains:
153 // An identifier is value-dependent if it is:
155 // (TD) - an identifier that was declared with dependent type
156 // (VD) - a name declared with a dependent type,
166 // (TD) - a conversion-function-id that specifies a dependent type
189 // initialized with an expression that is value-dependent.
191 // expression that is value-dependent [C++11].
194 // expression that is value-dependent [C++11]
237 // An id-expression is type-dependent if it contains:
242 // An identifier is value-dependent if it is:
283 bool Dependent = false;
287 Dependent,
1098 bool Dependent = false;
1102 Dependent,
1239 return "Dependent";
1661 // Don't warn if the expr is type dependent. The type could end up
2320 /// in Exprs is type-dependent.
2514 llvm_unreachable("Unexpected value dependent expression!");