Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp680 bool IsReference = Ty->isReferenceType(); in printPretty() local
682 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType(); in printPretty()
690 } else if (IsReference) { in printPretty()
705 if (IsReference) in printPretty()
712 } else if (!IsReference) { in printPretty()
732 if (IsReference) in printPretty()
739 if (!IsReference) in printPretty()
789 if (IsReference) in printPretty()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp292 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
293 if (!IsReference && !C.remaining().startswith("bb.")) in maybeLexMachineBasicBlock()
296 unsigned PrefixLength = IsReference ? 4 : 3; in maybeLexMachineBasicBlock()
317 Token.reset(IsReference ? MIToken::MachineBasicBlock in maybeLexMachineBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp77 bool IsReference = false; in checkBitsConcrete() local
81 IsReference = true; in checkBitsConcrete()
84 IsReference = true; in checkBitsConcrete()
86 if (!(IsReference || Bit->isConcrete())) in checkBitsConcrete()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2567 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() local
2571 if (IsReference) { in VisitCommonDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def523 TYPE_TRAIT_1(__is_reference, IsReference, KEYCXX)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3865 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
3874 if (IsReference) in getAddrOfCXXCatchHandlerType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp3658 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
3667 if (CheckReferenceOnly && !IsReference) in HandleMemberExpr()
3671 unsigned diag = IsReference in HandleMemberExpr()