Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp748 bool IsReference = Ty->isReferenceType(); in printPretty()
750 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()
758 } else if (IsReference) { in printPretty()
775 if (IsReference) in printPretty()
782 } else if (!IsReference) { in printPretty()
802 if (IsReference) in printPretty()
809 if (!IsReference) in printPretty()
863 if (IsReference) in printPretty()
745 bool IsReference = Ty->isReferenceType(); printPretty() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h31 IsReference, enumerator
80 KIND(LVTypeKind, IsReference);
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp307 bool IsReference = C.remaining().starts_with("%bb."); in maybeLexMachineBasicBlock()
308 if (!IsReference && !C.remaining().starts_with("bb.")) in maybeLexMachineBasicBlock()
311 unsigned PrefixLength = IsReference ? 4 : 3; in maybeLexMachineBasicBlock()
332 Token.reset(IsReference ? MIToken::MachineBasicBlock in maybeLexMachineBasicBlock()
303 bool IsReference = C.remaining().starts_with("%bb."); maybeLexMachineBasicBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp96 {LVTypeKind::IsReference, &LVType::getIsReference},
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp402 clEnumValN(LVTypeKind::IsReference, "Reference", "Reference type."),
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def573 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3107 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr()
3111 if (IsReference) { in VisitCommonDeclRefExpr()
3095 bool IsReference = VInfo->second->isReferenceType(); VisitCommonDeclRefExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3973 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
3982 if (IsReference) in getAddrOfRTTIDescriptor()
3960 bool IsReference = CatchHandlerType->isReferenceType(); getAddrOfCXXCatchHandlerType() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3749 const bool IsReference = FoundVD->getType()->isReferenceType(); in ActOnCXXMemberDeclarator()
3758 if (CheckReferenceOnly && !IsReference) in ActOnCXXMemberDeclarator()
3762 unsigned diag = IsReference in ActOnCXXMemberDeclarator()
3890 const bool IsReference = FoundVD->getType()->isReferenceType(); HandleMemberExpr() local