Searched refs:IsReference (Results 1 – 3 of 3) sorted by relevance
348 bool IsReference = Ty->isReferenceType(); in printPretty() local350 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()357 if (IsReference) in printPretty()364 } else if (!IsReference) in printPretty()373 if (IsReference) in printPretty()380 if (!IsReference) in printPretty()426 if (IsReference) in printPretty()
539 IsReference = False variable543 IsReference = True variable545 IsReference = True variable553 testAll(IsReference, UpdateSVN)
698 bool IsReference = false; in addInitializer() local706 IsReference = FD->getType()->isReferenceType(); in addInitializer()712 IsReference); in addInitializer()1610 bool IsReference = false; in VisitDeclSubExpr() local1617 IsReference = VD->getType()->isReferenceType(); in VisitDeclSubExpr()1623 IsReference); in VisitDeclSubExpr()