Home
last modified time | relevance | path

Searched refs:CXXCastPath (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp72 CXXCastPath BasePath;
160 CXXCastPath &BasePath,
167 CXXCastPath &BasePath);
173 CXXCastPath &BasePath);
180 CXXCastPath &BasePath);
187 CXXCastPath &BasePath);
200 CXXCastPath &BasePath,
949 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast()
1136 bool CStyle, CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1192 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
[all …]
DSema.cpp370 const CXXCastPath *BasePath, in ImpCastExprToType()
DSemaDeclCXX.cpp1715 CXXCastPath &BasePathArray) { in BuildBasePathArray()
1755 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
1816 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
3391 CXXCastPath BasePath; in BuildImplicitBaseInitializer()
9713 const CXXCastPath &Path;
9723 const CXXCastPath &Path) in CastBuilder()
10345 CXXCastPath BasePath; in DefineImplicitCopyAssignment()
10777 CXXCastPath BasePath; in DefineImplicitMoveAssignment()
DSemaExprCXX.cpp3552 CXXCastPath BasePath; in PerformImplicitConversion()
3572 CXXCastPath BasePath; in PerformImplicitConversion()
3603 CXXCastPath BasePath; in PerformImplicitConversion()
4852 CXXCastPath BasePath; in CheckPointerToMemberOperands()
DSemaExpr.cpp2658 CXXCastPath BasePath; in PerformObjectMemberConversion()
2694 CXXCastPath BasePath; in PerformObjectMemberConversion()
2713 CXXCastPath BasePath; in PerformObjectMemberConversion()
7743 CXXCastPath Path; in CheckSingleAssignmentConstraints()
14865 ExprValueKind &VK, CXXCastPath &Path) { in checkUnknownAnyCast()
DSemaOpenMP.cpp8902 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
9115 CXXCastPath BasePath; in ActOnOpenMPReductionClause()
9228 CXXCastPath BasePath; in ActOnOpenMPReductionClause()
DSemaOverload.cpp2723 CXXCastPath& BasePath, in CheckPointerConversion()
2851 CXXCastPath &BasePath, in CheckMemberPointerConversion()
DSemaInit.cpp6396 CXXCastPath BasePath; in Perform()
/external/clang/lib/AST/
DExprCXX.cpp513 const CXXCastPath *BasePath, in Create()
538 const CXXCastPath *BasePath, in Create()
596 const CXXCastPath *BasePath, in Create()
633 const CXXCastPath *BasePath, in Create()
DExpr.cpp1654 const CXXCastPath *BasePath, in Create()
1675 const CXXCastPath *BasePath, in Create()
DASTImporter.cpp5766 static bool ImportCastPath(CastExpr *E, CXXCastPath &Path) { in ImportCastPath()
5782 CXXCastPath BasePath; in VisitImplicitCastExpr()
5803 CXXCastPath BasePath; in VisitCStyleCastExpr()
6010 CXXCastPath BasePath; in VisitCXXNamedCastExpr()
/external/clang/include/clang/AST/
DExprCXX.h270 const CXXCastPath *Path,
306 const CXXCastPath *Path,
350 Expr *Op, const CXXCastPath *Path,
1417 const CXXCastPath *Path,
DExpr.h55 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef
2756 const CXXCastPath *BasePath,
2853 Expr *Op, const CXXCastPath *BasePath,
/external/clang/include/clang/Sema/
DSema.h80 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef
2292 CXXCastPath& BasePath,
2300 CXXCastPath &BasePath,
5503 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
5507 CXXCastPath *BasePath = nullptr,
5514 CXXCastPath *BasePath,
8511 const CXXCastPath *BasePath = nullptr,
8875 ExprValueKind &VK, CXXCastPath &Path);