Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp743 bool IsReference = Ty->isReferenceType(); in printPretty() local
745 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()
753 } else if (IsReference) { in printPretty()
770 if (IsReference) in printPretty()
777 } else if (!IsReference) { in printPretty()
797 if (IsReference) in printPretty()
804 if (!IsReference) in printPretty()
854 if (IsReference) in printPretty()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h31 IsReference, enumerator
80 KIND(LVTypeKind, IsReference);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp300 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
301 if (!IsReference && !C.remaining().startswith("bb.")) in maybeLexMachineBasicBlock()
304 unsigned PrefixLength = IsReference ? 4 : 3; in maybeLexMachineBasicBlock()
325 Token.reset(IsReference ? MIToken::MachineBasicBlock in maybeLexMachineBasicBlock()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1393 bool IsReference = Decl->getType()->isReferenceType(); in VisitDeclRefExpr() local
1398 if (IsReference) in VisitDeclRefExpr()
1402 if (IsReference) in VisitDeclRefExpr()
1408 if (IsReference) in VisitDeclRefExpr()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp96 {LVTypeKind::IsReference, &LVType::getIsReference},
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp402 clEnumValN(LVTypeKind::IsReference, "Reference", "Reference type."),
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp75 bool IsReference = false; in checkBitsConcrete() local
79 IsReference = true; in checkBitsConcrete()
82 IsReference = true; in checkBitsConcrete()
84 if (!(IsReference || Bit->isConcrete())) in checkBitsConcrete()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def540 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3076 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() local
3080 if (IsReference) { in VisitCommonDeclRefExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3971 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
3980 if (IsReference) in getAddrOfCXXCatchHandlerType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp3740 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
3749 if (CheckReferenceOnly && !IsReference) in HandleMemberExpr()
3753 unsigned diag = IsReference in HandleMemberExpr()