Lines Matching refs:InstantiationDependent

216                                      bool &InstantiationDependent) {  in computeDeclRefDependence()  argument
219 InstantiationDependent = false; in computeDeclRefDependence()
234 InstantiationDependent = true; in computeDeclRefDependence()
237 InstantiationDependent = true; in computeDeclRefDependence()
247 InstantiationDependent = true; in computeDeclRefDependence()
252 InstantiationDependent = true; in computeDeclRefDependence()
258 InstantiationDependent = true; in computeDeclRefDependence()
278 InstantiationDependent = true; in computeDeclRefDependence()
288 InstantiationDependent = true; in computeDeclRefDependence()
302 InstantiationDependent = true; in computeDeclRefDependence()
309 bool InstantiationDependent = false; in computeDependence() local
311 ValueDependent, InstantiationDependent); in computeDependence()
315 ExprBits.InstantiationDependent |= InstantiationDependent; in computeDependence()
337 ExprBits.InstantiationDependent = true; in DeclRefExpr()
350 bool InstantiationDependent = false; in DeclRefExpr() local
354 InstantiationDependent, in DeclRefExpr()
357 ExprBits.InstantiationDependent |= InstantiationDependent; in DeclRefExpr()
1170 ExprBits.InstantiationDependent = true; in CallExpr()
1461 bool InstantiationDependent = false; in Create() local
1465 InstantiationDependent, in Create()
1467 if (InstantiationDependent) in Create()
1933 ExprBits.InstantiationDependent = true; in InitListExpr()
3581 ExprBits.InstantiationDependent = true; in ShuffleVectorExpr()
3692 ExprBits.InstantiationDependent = true; in DesignatedInitExpr()
3706 ExprBits.InstantiationDependent = true; in DesignatedInitExpr()
3709 ExprBits.InstantiationDependent = true; in DesignatedInitExpr()
3862 ExprBits.InstantiationDependent = true; in ParenListExpr()
3937 ExprBits.InstantiationDependent = true; in PseudoObjectExpr()
3979 ExprBits.InstantiationDependent = true; in AtomicExpr()