Home
last modified time | relevance | path

Searched refs:getLValueReferenceType (Results 1 – 22 of 22) sorted by relevance

/external/clang/lib/Sema/
DSemaOverload.cpp7114 ParamTypes[0] = S.Context.getLValueReferenceType(T); in AddBuiltinAssignmentOperatorCandidates()
7122 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T)); in AddBuiltinAssignmentOperatorCandidates()
7308 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads()
7322 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
7335 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
7344 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
7465 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy), in addUnaryStarPointerOverloads()
7885 S.Context.getLValueReferenceType(*Ptr), in addAssignmentPointerOverloads()
7896 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr)); in addAssignmentPointerOverloads()
7905 = S.Context.getLValueReferenceType(S.Context.getRestrictType(*Ptr)); in addAssignmentPointerOverloads()
[all …]
DSemaType.cpp2029 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType()
5734 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()
7288 return S.Context.getLValueReferenceType(T); in getDecltypeForExpr()
7304 case VK_LValue: T = S.Context.getLValueReferenceType(T); break; in getDecltypeForExpr()
DSemaTemplateDeduction.cpp3140 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
4173 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
DSemaStmt.cpp2503 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies()
2550 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
DSemaDeclCXX.cpp5399 Context.getLValueReferenceType(Context.getTypeDeclType(RD)); in CheckExplicitlyDefaultedSpecialMember()
6321 << Context.getLValueReferenceType( in SpecialMemberIsTrivial()
10160 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
10164 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
10555 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
10990 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
DSemaExpr.cpp12256 Context, Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()
13397 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion()
13484 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda()
13674 CaptureType = Context.getLValueReferenceType(DeclRefType); in tryCaptureVariable()
14674 ArgType = S.Context.getLValueReferenceType(ArgType); in VisitCallExpr()
14759 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
DSemaExprCXX.cpp4954 QualType T = To->isLValue() ? Self.Context.getLValueReferenceType(ToType) in TryClassUnification()
DSemaInit.cpp6679 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
DSemaOpenMP.cpp1732 Ty = C.getLValueReferenceType(Ty); in buildCaptureDecl()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp408 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp40 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
/external/clang/lib/AST/
DASTContext.cpp2466 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext
2487 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType()
2680 result = getLValueReferenceType( in getVariableArrayDecayedType()
8230 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
8321 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
DASTDiagnostic.cpp186 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
DMicrosoftMangle.cpp1857 mangleArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
DType.cpp726 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue()); in VisitLValueReferenceType()
DASTImporter.cpp1629 return Importer.getToContext().getLValueReferenceType(ToPointeeType); in VisitLValueReferenceType()
DExprConstant.cpp9206 Ctx.getLValueReferenceType(getType()), LV)) in EvaluateAsLValue()
/external/clang/include/clang/AST/
DASTContext.h1118 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1475 T = CGM.getContext().getLValueReferenceType(T); in CollectTemplateParams()
DCGStmtOpenMP.cpp187 QualType RefType = Ctx.getLValueReferenceType(DstType); in castValueFromUintptr()
DMicrosoftCXXABI.cpp3833 getContext().getLValueReferenceType(RecordTy, in getAddrOfCXXCtorClosure()
/external/clang/lib/Serialization/
DASTReader.cpp5280 return Context.getLValueReferenceType(PointeeType, Record[1]); in readTypeRecord()