Searched refs:IsReference (Results 1 - 10 of 10) sorted by relevance

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

Completed in 291 milliseconds