Searched refs:getLValueReferenceType (Results 1 – 16 of 16) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6920 ParamTypes[0] = S.Context.getLValueReferenceType(T); in AddBuiltinAssignmentOperatorCandidates() 6928 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T)); in AddBuiltinAssignmentOperatorCandidates() 7119 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads() 7133 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 7146 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 7155 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 7276 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy), in addUnaryStarPointerOverloads() 7696 S.Context.getLValueReferenceType(*Ptr), in addAssignmentPointerOverloads() 7707 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr)); in addAssignmentPointerOverloads() 7716 = S.Context.getLValueReferenceType(S.Context.getRestrictType(*Ptr)); in addAssignmentPointerOverloads() [all …]
|
| H A D | SemaType.cpp | 1462 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType() 4353 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap() 5496 return S.Context.getLValueReferenceType(T); in getDecltypeForExpr() 5512 case VK_LValue: T = S.Context.getLValueReferenceType(T); break; in getDecltypeForExpr()
|
| H A D | SemaTemplateDeduction.cpp | 3157 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 3183 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 4145 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
|
| H A D | SemaDeclCXX.cpp | 5175 Context.getLValueReferenceType(Context.getTypeDeclType(RD)); in CheckExplicitlyDefaultedSpecialMember() 6067 << Context.getLValueReferenceType( in SpecialMemberIsTrivial() 9887 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 9891 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 10279 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment() 10711 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
|
| H A D | SemaExpr.cpp | 10903 Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr() 12000 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion() 12189 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda() 13434 ArgType = S.Context.getLValueReferenceType(ArgType); in VisitCallExpr() 13519 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
|
| H A D | SemaExprCXX.cpp | 4258 QualType T = Self.Context.getLValueReferenceType(ToType); in TryClassUnification()
|
| H A D | SemaInit.cpp | 6102 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 39 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2323 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext 2344 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType() 2536 result = getLValueReferenceType( in getVariableArrayDecayedType() 7662 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr() 7753 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
|
| H A D | ASTDiagnostic.cpp | 129 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
|
| H A D | ASTImporter.cpp | 1502 return Importer.getToContext().getLValueReferenceType(ToPointeeType); in VisitLValueReferenceType()
|
| H A D | ExprConstant.cpp | 8506 Ctx.getLValueReferenceType(getType()), LV)) in EvaluateAsLValue()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1003 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1326 T = CGM.getContext().getLValueReferenceType(T); in CollectTemplateParams()
|
| H A D | CGExpr.cpp | 3023 QualType ToType = getContext().getLValueReferenceType(E->getType()); in EmitCastLValue()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5251 return Context.getLValueReferenceType(PointeeType, Record[1]); in readTypeRecord()
|