Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DCompareElementsTest.cpp82 void addElements(bool IsReference, bool IsTarget);
177 void ReaderTestCompare::addElements(bool IsReference, bool IsTarget) { in addElements() argument
178 Root->setName(IsReference ? "Reference-Reader" : "Target-Reader"); in addElements()
200 Insert(IsReference, Namespace, TypeDefinitionOne); in addElements()
205 Insert(IsReference, FunctionOne, LocalVariable); in addElements()
216 Insert(IsReference, NestedScope, LineTwo); in addElements()
/llvm-project/clang/lib/AST/
H A DAPValue.cpp759 bool IsReference = Ty->isReferenceType(); in printPretty()
761 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()
769 } else if (IsReference) { in printPretty()
786 if (IsReference) in printPretty()
793 } else if (!IsReference) { in printPretty()
813 if (IsReference) in printPretty()
820 if (!IsReference) in printPretty()
874 if (IsReference) in printPretty()
748 bool IsReference = Ty->isReferenceType(); printPretty() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h31 IsReference, enumerator
80 KIND(LVTypeKind, IsReference);
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp310 bool IsReference = C.remaining().starts_with("%bb."); in maybeLexMachineBasicBlock()
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()
307 bool IsReference = C.remaining().starts_with("%bb."); maybeLexMachineBasicBlock() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp96 {LVTypeKind::IsReference, &LVType::getIsReference},
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp402 clEnumValN(LVTypeKind::IsReference, "Reference", "Reference type."),
/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()
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3128 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr()
3132 if (IsReference) { in VisitCommonDeclRefExpr()
3102 bool IsReference = VInfo->second->isReferenceType(); VisitCommonDeclRefExpr() local
/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def572 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3966 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
3975 if (IsReference) in getAddrOfCXXCatchHandlerType()
3973 bool IsReference = CatchHandlerType->isReferenceType(); getAddrOfCXXCatchHandlerType() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3812 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleValue()
3821 if (CheckReferenceOnly && !IsReference)
3825 unsigned diag = IsReference in CheckInitListExpr()
3751 const bool IsReference = FoundVD->getType()->isReferenceType(); HandleMemberExpr() local