Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp6975 ParamTypes[0] = S.Context.getLValueReferenceType(T); in AddBuiltinAssignmentOperatorCandidates()
6983 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T)); in AddBuiltinAssignmentOperatorCandidates()
7168 S.Context.getLValueReferenceType(CandidateTy), in addPlusPlusMinusMinusStyleOverloads()
7182 S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
7195 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
7204 = S.Context.getLValueReferenceType( in addPlusPlusMinusMinusStyleOverloads()
7325 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy), in addUnaryStarPointerOverloads()
7745 S.Context.getLValueReferenceType(*Ptr), in addAssignmentPointerOverloads()
7756 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr)); in addAssignmentPointerOverloads()
7765 = S.Context.getLValueReferenceType(S.Context.getRestrictType(*Ptr)); in addAssignmentPointerOverloads()
[all …]
DSemaType.cpp1488 return Context.getLValueReferenceType(T, SpelledAsLValue); in BuildReferenceType()
4399 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()
5540 return S.Context.getLValueReferenceType(T); in getDecltypeForExpr()
5556 case VK_LValue: T = S.Context.getLValueReferenceType(T); break; in getDecltypeForExpr()
DSemaDeclCXX.cpp5238 Context.getLValueReferenceType(Context.getTypeDeclType(RD)); in CheckExplicitlyDefaultedSpecialMember()
6130 << Context.getLValueReferenceType( in SpecialMemberIsTrivial()
9997 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
10001 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment()
10389 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()
10821 ArgType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyConstructor()
DSemaStmt.cpp2426 SemaRef.Context.getLValueReferenceType(E->getType().withConst()); in DiagnoseForRangeReferenceVariableCopies()
2473 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
DSemaTemplateDeduction.cpp3137 ArgType = S.Context.getLValueReferenceType(ArgType); in AdjustFunctionParmAndArgTypesForDeduction()
4102 ArgTy = Context.getLValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
DSemaExpr.cpp11410 Context.getLValueReferenceType(VaListType), false); in BuildVAArgExpr()
12505 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion()
12694 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInLambda()
13939 ArgType = S.Context.getLValueReferenceType(ArgType); in VisitCallExpr()
14024 DestType = S.Context.getLValueReferenceType(DestType); in VisitImplicitCastExpr()
DSemaExprCXX.cpp4364 QualType T = Self.Context.getLValueReferenceType(ToType); in TryClassUnification()
DSemaInit.cpp6196 Ty = S.Context.getLValueReferenceType(Ty, in Perform()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp39 ResultTy = Ctx.getLValueReferenceType(ResultTy); in getResultType()
/external/clang/lib/AST/
DASTContext.cpp2344 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const { in getLValueReferenceType() function in ASTContext
2365 Canonical = getLValueReferenceType(getCanonicalType(PointeeType)); in getLValueReferenceType()
2557 result = getLValueReferenceType( in getVariableArrayDecayedType()
7697 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
7788 Type = Context.getLValueReferenceType(Type); in DecodeTypeFromStr()
DASTDiagnostic.cpp129 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
DMicrosoftMangle.cpp1646 mangleArgumentType(getASTContext().getLValueReferenceType( in mangleFunctionType()
DASTImporter.cpp1503 return Importer.getToContext().getLValueReferenceType(ToPointeeType); in VisitLValueReferenceType()
DExprConstant.cpp8524 Ctx.getLValueReferenceType(getType()), LV)) in EvaluateAsLValue()
/external/clang/include/clang/AST/
DASTContext.h1005 QualType getLValueReferenceType(QualType T, bool SpelledAsLValue = true)
/external/clang/lib/CodeGen/
DCGExpr.cpp3056 QualType ToType = getContext().getLValueReferenceType(E->getType()); in EmitCastLValue()
DCGDebugInfo.cpp1345 T = CGM.getContext().getLValueReferenceType(T); in CollectTemplateParams()
DMicrosoftCXXABI.cpp3374 getContext().getLValueReferenceType(RecordTy, in getAddrOfCXXCtorClosure()
/external/lldb/source/Symbol/
DClangASTType.cpp1587 return ClangASTType(m_ast, m_ast->getLValueReferenceType(GetQualType())); in GetLValueReferenceType()
/external/clang/lib/Serialization/
DASTReader.cpp5312 return Context.getLValueReferenceType(PointeeType, Record[1]); in readTypeRecord()