Searched refs:IsReference (Results 1 – 11 of 11) sorted by relevance
743 bool IsReference = Ty->isReferenceType(); in printPretty() local745 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()753 } else if (IsReference) { in printPretty()770 if (IsReference) in printPretty()777 } else if (!IsReference) { in printPretty()797 if (IsReference) in printPretty()804 if (!IsReference) in printPretty()854 if (IsReference) in printPretty()
31 IsReference, enumerator80 KIND(LVTypeKind, IsReference);
300 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local301 if (!IsReference && !C.remaining().startswith("bb.")) in maybeLexMachineBasicBlock()304 unsigned PrefixLength = IsReference ? 4 : 3; in maybeLexMachineBasicBlock()325 Token.reset(IsReference ? MIToken::MachineBasicBlock in maybeLexMachineBasicBlock()
1393 bool IsReference = Decl->getType()->isReferenceType(); in VisitDeclRefExpr() local1398 if (IsReference) in VisitDeclRefExpr()1402 if (IsReference) in VisitDeclRefExpr()1408 if (IsReference) in VisitDeclRefExpr()
96 {LVTypeKind::IsReference, &LVType::getIsReference},
402 clEnumValN(LVTypeKind::IsReference, "Reference", "Reference type."),
75 bool IsReference = false; in checkBitsConcrete() local79 IsReference = true; in checkBitsConcrete()82 IsReference = true; in checkBitsConcrete()84 if (!(IsReference || Bit->isConcrete())) in checkBitsConcrete()
540 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
3076 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() local3080 if (IsReference) { in VisitCommonDeclRefExpr()
3971 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local3980 if (IsReference) in getAddrOfCXXCatchHandlerType()
3740 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local3749 if (CheckReferenceOnly && !IsReference) in HandleMemberExpr()3753 unsigned diag = IsReference in HandleMemberExpr()