Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp295 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
296 if (!IsReference && !C.remaining().startswith("bb.")) in maybeLexMachineBasicBlock()
299 unsigned PrefixLength = IsReference ? 4 : 3; in maybeLexMachineBasicBlock()
320 Token.reset(IsReference ? MIToken::MachineBasicBlock in maybeLexMachineBasicBlock()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp76 bool IsReference = false; in checkBitsConcrete() local
80 IsReference = true; in checkBitsConcrete()
83 IsReference = true; in checkBitsConcrete()
85 if (!(IsReference || Bit->isConcrete())) in checkBitsConcrete()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2753 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() local
2757 if (IsReference) { in VisitCommonDeclRefExpr()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def529 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3958 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
3967 if (IsReference) in getAddrOfCXXCatchHandlerType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp3706 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
3715 if (CheckReferenceOnly && !IsReference) in HandleMemberExpr()
3719 unsigned diag = IsReference in HandleMemberExpr()