• Home
  • Raw
  • Download

Lines Matching refs:InstantiationDependent

228                                      bool &InstantiationDependent) {  in computeDeclRefDependence()  argument
231 InstantiationDependent = false; in computeDeclRefDependence()
246 InstantiationDependent = true; in computeDeclRefDependence()
249 InstantiationDependent = true; in computeDeclRefDependence()
259 InstantiationDependent = true; in computeDeclRefDependence()
264 InstantiationDependent = true; in computeDeclRefDependence()
270 InstantiationDependent = true; in computeDeclRefDependence()
290 InstantiationDependent = true; in computeDeclRefDependence()
300 InstantiationDependent = true; in computeDeclRefDependence()
311 InstantiationDependent = true; in computeDeclRefDependence()
318 bool InstantiationDependent = false; in computeDependence() local
320 ValueDependent, InstantiationDependent); in computeDependence()
334 InstantiationDependent)) { in computeDependence()
337 InstantiationDependent = true; in computeDependence()
342 ExprBits.InstantiationDependent = InstantiationDependent; in computeDependence()
370 bool InstantiationDependent = false; in DeclRefExpr() local
374 InstantiationDependent, in DeclRefExpr()
376 if (InstantiationDependent) in DeclRefExpr()
1040 ExprBits.InstantiationDependent = true; in CallExpr()
1068 ExprBits.InstantiationDependent = true; in CallExpr()
1319 bool InstantiationDependent = false; in Create() local
1323 InstantiationDependent, in Create()
1325 if (InstantiationDependent) in Create()
1783 ExprBits.InstantiationDependent = true; in InitListExpr()
3331 ExprBits.InstantiationDependent = true; in initArgsAndSelLocs()
3532 ExprBits.InstantiationDependent = true; in ShuffleVectorExpr()
3644 ExprBits.InstantiationDependent = true; in DesignatedInitExpr()
3658 ExprBits.InstantiationDependent = true; in DesignatedInitExpr()
3661 ExprBits.InstantiationDependent = true; in DesignatedInitExpr()
3803 ExprBits.InstantiationDependent = true; in ParenListExpr()
3877 ExprBits.InstantiationDependent = true; in PseudoObjectExpr()
3942 ExprBits.InstantiationDependent = true; in ObjCArrayLiteral()
3985 ExprBits.InstantiationDependent = true; in ObjCDictionaryLiteral()
4055 ExprBits.InstantiationDependent = true; in AtomicExpr()