Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6920 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 DSemaType.cpp1462 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 DSemaTemplateDeduction.cpp3157 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
3183 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
4145 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
H A DSemaDeclCXX.cpp5175 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 DSemaExpr.cpp10903 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 DSemaExprCXX.cpp4258 QualType T = Self.Context.getLValueReferenceType(ToType); in TryClassUnification()
H A DSemaInit.cpp6102 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp39 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2323 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 DASTDiagnostic.cpp129 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
H A DASTImporter.cpp1502 return Importer.getToContext().getLValueReferenceType(ToPointeeType); in VisitLValueReferenceType()
H A DExprConstant.cpp8506 Ctx.getLValueReferenceType(getType()), LV)) in EvaluateAsLValue()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1003 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1326 T = CGM.getContext().getLValueReferenceType(T); in CollectTemplateParams()
H A DCGExpr.cpp3023 QualType ToType = getContext().getLValueReferenceType(E->getType()); in EmitCastLValue()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5251 return Context.getLValueReferenceType(PointeeType, Record[1]); in readTypeRecord()