Searched refs:getLValueReferenceType (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaOverload.cpp | 6620 ParamTypes[0] = S.Context.getLValueReferenceType(T); in AddBuiltinAssignmentOperatorCandidates() 6628 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T)); in AddBuiltinAssignmentOperatorCandidates() 6819 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads() 6833 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 6846 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 6855 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads() 6976 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy), in addUnaryStarPointerOverloads() 7396 S.Context.getLValueReferenceType(*Ptr), in addAssignmentPointerOverloads() 7407 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr)); in addAssignmentPointerOverloads() 7416 = S.Context.getLValueReferenceType(S.Context.getRestrictType(*Ptr)); in addAssignmentPointerOverloads() [all …]
|
| D | SemaType.cpp | 1417 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType() 4339 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap() 5436 return S.Context.getLValueReferenceType(T); in getDecltypeForExpr() 5452 case VK_LValue: T = S.Context.getLValueReferenceType(T); break; in getDecltypeForExpr()
|
| D | SemaTemplateDeduction.cpp | 3130 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 3156 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction() 4150 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
|
| D | SemaDeclCXX.cpp | 4696 Context.getLValueReferenceType(Context.getTypeDeclType(RD)); in CheckExplicitlyDefaultedSpecialMember() 5602 << Context.getLValueReferenceType( in SpecialMemberIsTrivial() 9195 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 9199 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() 9584 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment() 10016 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
|
| D | SemaExpr.cpp | 10489 Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr() 11564 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion() 11754 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda() 12836 ArgType = S.Context.getLValueReferenceType(ArgType); in VisitCallExpr() 12921 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
|
| D | SemaExprCXX.cpp | 4226 QualType T = Self.Context.getLValueReferenceType(ToType); in TryClassUnification()
|
| D | SemaInit.cpp | 5974 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | CallEvent.cpp | 39 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTContext.h | 962 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTDiagnostic.cpp | 122 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
|
| D | ASTContext.cpp | 2240 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext 2261 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType() 2453 result = getLValueReferenceType( in getVariableArrayDecayedType() 7671 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr() 7762 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
|
| D | ASTImporter.cpp | 1504 return Importer.getToContext().getLValueReferenceType(ToPointeeType); in VisitLValueReferenceType()
|
| D | ExprConstant.cpp | 8092 Ctx.getLValueReferenceType(getType()), LV)) in EvaluateAsLValue()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGExpr.cpp | 2827 QualType ToType = getContext().getLValueReferenceType(E->getType()); in EmitCastLValue()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReader.cpp | 4566 return Context.getLValueReferenceType(PointeeType, Record[1]); in readTypeRecord()
|