Searched refs:IsReference (Results 1 – 3 of 3) sorted by relevance
382 bool IsReference = Ty->isReferenceType(); in printPretty() local384 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()393 if (IsReference) in printPretty()400 } else if (!IsReference) in printPretty()409 if (IsReference) in printPretty()416 if (!IsReference) in printPretty()462 if (IsReference) in printPretty()
742 bool IsReference = false; in addInitializer() local750 IsReference = FD->getType()->isReferenceType(); in addInitializer()756 IsReference); in addInitializer()1688 bool IsReference = false; in VisitDeclSubExpr() local1710 IsReference = VD->getType()->isReferenceType(); in VisitDeclSubExpr()1716 IsReference); in VisitDeclSubExpr()
2168 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local2171 if (IsReference != CheckReferenceOnly) in HandleMemberExpr()2174 unsigned diag = IsReference in HandleMemberExpr()