Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaOverload.cpp6620 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 …]
DSemaType.cpp1417 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()
DSemaTemplateDeduction.cpp3130 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
3156 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
4150 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
DSemaDeclCXX.cpp4696 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()
DSemaExpr.cpp10489 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()
DSemaExprCXX.cpp4226 QualType T = Self.Context.getLValueReferenceType(ToType); in TryClassUnification()
DSemaInit.cpp5974 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp39 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h962 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTDiagnostic.cpp122 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
DASTContext.cpp2240 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()
DASTImporter.cpp1504 return Importer.getToContext().getLValueReferenceType(ToPointeeType); in VisitLValueReferenceType()
DExprConstant.cpp8092 Ctx.getLValueReferenceType(getType()), LV)) in EvaluateAsLValue()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExpr.cpp2827 QualType ToType = getContext().getLValueReferenceType(E->getType()); in EmitCastLValue()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4566 return Context.getLValueReferenceType(PointeeType, Record[1]); in readTypeRecord()