Searched refs:OpRange (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp75 SourceRange OpRange; member in struct:__anon1791::CastOperation
120 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange);
127 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
164 SourceRange OpRange,
170 SourceRange OpRange,
176 SourceRange OpRange,
184 SourceRange OpRange,
192 SourceRange OpRange,
198 SourceRange OpRange,
207 SourceRange OpRange,
739 << SrcExpr.get()->getType() << DestType << OpRange; local
746 DiagnoseReinterpretUpDownCast(Sema &Self, const Expr *SrcExpr, QualType DestType, SourceRange OpRange) argument
862 << DestType << OpRange; local
945 TryStaticCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath, bool ListInitialization) argument
1189 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1227 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1261 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, SourceRange OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1331 << PathDisplayStr << OpRange; local
1339 << OrigSrcType << OrigDestType << VirtualBase << OpRange; local
1373 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1431 << 1 << SrcClass << DestClass << PathDisplayStr << OpRange; local
1491 TryStaticImplicitCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, SourceRange OpRange, unsigned &msg, CastKind &Kind, bool ListInitialization) argument
1729 DiagnoseCallingConvCast(Sema &Self, const ExprResult &SrcExpr, QualType DstType, SourceRange OpRange) argument
1773 << SrcCCName << DstCCName << OpRange; local
1870 TryReinterpretCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind) argument
[all...]
H A DSemaExpr.cpp8977 CharSourceRange OpRange = local
8982 << FixItHint::CreateReplacement(OpRange, " isEqual:")
H A DSemaOverload.cpp6712 SourceRange OpRange) {
6708 AddMemberOperatorCandidates(OverloadedOperatorKind Op, SourceLocation OpLoc, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet, SourceRange OpRange) argument
/external/clang/include/clang/Sema/
H A DSema.h2516 SourceRange OpRange = SourceRange());

Completed in 168 milliseconds