Searched refs:isLValueReferenceType (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp439 if (T->isLValueReferenceType())
H A DExprCXX.cpp783 T->isLValueReferenceType() ? VK_LValue : T->isRValueReferenceType()
1131 (Type->getType()->isLValueReferenceType() ? VK_LValue
H A DDeclCXX.cpp1720 getParamDecl(0)->getType()->isLValueReferenceType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp3519 (AllowRValues || Conv->getConversionType()->isLValueReferenceType())){
3561 if (T2->isLValueReferenceType())
3695 bool isLValueRef = DestType->isLValueReferenceType();
5784 Entity.getType()->isLValueReferenceType(), ExtendingDecl);
5973 else if ((*ResultType)->isLValueReferenceType())
H A DSemaPseudoObject.cpp817 if (!resultType->isLValueReferenceType()) return false;
H A DSemaCast.cpp595 } else if (DestReference->isLValueReferenceType()) {
H A DSemaOverload.cpp4093 (!RefType->isLValueReferenceType() &&
4590 SCS.IsLvalueReference = ToType->isLValueReferenceType();
8461 } else if (ToTy->isLValueReferenceType() && !FromExpr->isLValue() &&
H A DSemaTemplateDeduction.cpp1026 if (Arg->isLValueReferenceType())
H A DSemaExprCXX.cpp3234 return T->isLValueReferenceType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp170 (ParamType->isLValueReferenceType() &&
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1532 bool isLValueReferenceType() const;
4859 inline bool Type::isLValueReferenceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 212 milliseconds