Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp748 bool IsReference = Ty->isReferenceType(); in printPretty() local
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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h31 IsReference, enumerator
80 KIND(LVTypeKind, IsReference);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp307 bool IsReference = C.remaining().starts_with("%bb."); in maybeLexMachineBasicBlock() local
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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp96 {LVTypeKind::IsReference, &LVType::getIsReference},
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp402 clEnumValN(LVTypeKind::IsReference, "Reference", "Reference type."),
/freebsd/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/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp5173 bool IsReference = D->getType()->isReferenceType(); in visitDeclRef() local
5178 if (IsReference) in visitDeclRef()
5182 if (IsReference) { in visitDeclRef()
5191 if (IsReference || !It->second.IsPtr) in visitDeclRef()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3107 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() local
3111 if (IsReference) { in VisitCommonDeclRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def573 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3973 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
3982 if (IsReference) in getAddrOfCXXCatchHandlerType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3749 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
3758 if (CheckReferenceOnly && !IsReference) in HandleMemberExpr()
3762 unsigned diag = IsReference in HandleMemberExpr()