Home
last modified time | relevance | path

Searched refs:IsReference (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp745 bool IsReference = Ty->isReferenceType(); in printPretty() local
747 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()
755 } else if (IsReference) { in printPretty()
772 if (IsReference) in printPretty()
779 } else if (!IsReference) { in printPretty()
799 if (IsReference) in printPretty()
806 if (!IsReference) in printPretty()
860 if (IsReference) in printPretty()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h31 IsReference, enumerator
80 KIND(LVTypeKind, IsReference);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp303 bool IsReference = C.remaining().starts_with("%bb."); in maybeLexMachineBasicBlock() local
304 if (!IsReference && !C.remaining().starts_with("bb.")) in maybeLexMachineBasicBlock()
307 unsigned PrefixLength = IsReference ? 4 : 3; in maybeLexMachineBasicBlock()
328 Token.reset(IsReference ? MIToken::MachineBasicBlock in maybeLexMachineBasicBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp96 {LVTypeKind::IsReference, &LVType::getIsReference},
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp402 clEnumValN(LVTypeKind::IsReference, "Reference", "Reference type."),
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp2855 bool IsReference = D->getType()->isReferenceType(); in VisitDeclRefExpr() local
2861 if (IsReference) in VisitDeclRefExpr()
2865 if (IsReference) in VisitDeclRefExpr()
2871 if (IsReference || !It->second.IsPtr) in VisitDeclRefExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp74 bool IsReference = false; in checkBitsConcrete() local
78 IsReference = true; in checkBitsConcrete()
81 IsReference = true; in checkBitsConcrete()
83 if (!(IsReference || Bit->isConcrete())) in checkBitsConcrete()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def551 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3095 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() local
3099 if (IsReference) { in VisitCommonDeclRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3960 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
3969 if (IsReference) in getAddrOfCXXCatchHandlerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3890 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
3899 if (CheckReferenceOnly && !IsReference) in HandleMemberExpr()
3903 unsigned diag = IsReference in HandleMemberExpr()