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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp513 bool IsReference = Ty->isReferenceType(); local
515 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
523 } else if (IsReference) {
538 if (IsReference)
545 } else if (!IsReference) {
566 if (IsReference)
573 if (!IsReference)
629 if (IsReference)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp275 bool IsReference = C.remaining().startswith("%bb."); local
276 if (!IsReference && !C.remaining().startswith("bb."))
279 unsigned PrefixLength = IsReference ? 4 : 3;
300 Token.reset(IsReference ? MIToken::MachineBasicBlock
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp75 bool IsReference = false; local
79 IsReference = true;
82 IsReference = true;
84 if (!(IsReference || Bit->isConcrete()))
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2473 bool IsReference = VInfo->second->isReferenceType(); local
2477 if (IsReference) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3813 bool IsReference = CatchHandlerType->isReferenceType(); local
3822 if (IsReference)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3584 const bool IsReference = FoundVD->getType()->isReferenceType();
3593 if (CheckReferenceOnly && !IsReference)
3597 unsigned diag = IsReference

Completed in 258 milliseconds