Searched refs:getLValueReferenceType (Results 1 – 22 of 22) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 7114 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 …]
|
D | SemaType.cpp | 2029 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()
|
D | SemaTemplateDeduction.cpp | 3140 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 4173 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
|
D | SemaStmt.cpp | 2503 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies() 2550 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
|
D | SemaDeclCXX.cpp | 5399 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()
|
D | SemaExpr.cpp | 12256 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()
|
D | SemaExprCXX.cpp | 4954 QualType T = To->isLValue() ? Self.Context.getLValueReferenceType(ToType) in TryClassUnification()
|
D | SemaInit.cpp | 6679 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
|
D | SemaOpenMP.cpp | 1732 Ty = C.getLValueReferenceType(Ty); in buildCaptureDecl()
|
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 408 QT = Ctx.getLValueReferenceType(QT); in getFullyQualifiedType()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 40 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2466 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()
|
D | ASTDiagnostic.cpp | 186 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
|
D | MicrosoftMangle.cpp | 1857 mangleArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
|
D | Type.cpp | 726 return Ctx.getLValueReferenceType(pointeeType, T->isSpelledAsLValue()); in VisitLValueReferenceType()
|
D | ASTImporter.cpp | 1629 return Importer.getToContext().getLValueReferenceType(ToPointeeType); in VisitLValueReferenceType()
|
D | ExprConstant.cpp | 9206 Ctx.getLValueReferenceType(getType()), LV)) in EvaluateAsLValue()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1118 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1475 T = CGM.getContext().getLValueReferenceType(T); in CollectTemplateParams()
|
D | CGStmtOpenMP.cpp | 187 QualType RefType = Ctx.getLValueReferenceType(DstType); in castValueFromUintptr()
|
D | MicrosoftCXXABI.cpp | 3833 getContext().getLValueReferenceType(RecordTy, in getAddrOfCXXCtorClosure()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5280 return Context.getLValueReferenceType(PointeeType, Record[1]); in readTypeRecord()
|