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.cpp758 bool IsReference = Ty->isReferenceType(); in printPretty() local
760 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()
768 } else if (IsReference) { in printPretty()
785 if (IsReference) in printPretty()
792 } else if (!IsReference) { in printPretty()
812 if (IsReference) in printPretty()
819 if (!IsReference) in printPretty()
873 if (IsReference) in printPretty()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h32 IsReference, enumerator
84 KIND(LVTypeKind, IsReference);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp310 bool IsReference = C.remaining().starts_with("%bb."); in maybeLexMachineBasicBlock() local
311 if (!IsReference && !C.remaining().starts_with("bb.")) in maybeLexMachineBasicBlock()
314 unsigned PrefixLength = IsReference ? 4 : 3; in maybeLexMachineBasicBlock()
335 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.cpp406 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/ByteCode/
H A DCompiler.cpp6560 bool IsReference = D->getType()->isReferenceType(); in visitDeclRef() local
6565 if (IsReference) in visitDeclRef()
6571 if (IsReference) { in visitDeclRef()
6582 if (IsReference || !It->second.IsPtr) in visitDeclRef()
6677 if (!IsReference) in visitDeclRef()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3215 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() local
3219 if (IsReference) { in VisitCommonDeclRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def580 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3966 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
3975 if (IsReference) in getAddrOfCXXCatchHandlerType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3848 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
3857 if (CheckReferenceOnly && !IsReference) in HandleMemberExpr()
3861 unsigned diag = IsReference in HandleMemberExpr()