Searched refs:CXXCastPath (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 72 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 …]
|
D | Sema.cpp | 370 const CXXCastPath *BasePath, in ImpCastExprToType()
|
D | SemaDeclCXX.cpp | 1715 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()
|
D | SemaExprCXX.cpp | 3552 CXXCastPath BasePath; in PerformImplicitConversion() 3572 CXXCastPath BasePath; in PerformImplicitConversion() 3603 CXXCastPath BasePath; in PerformImplicitConversion() 4852 CXXCastPath BasePath; in CheckPointerToMemberOperands()
|
D | SemaExpr.cpp | 2658 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()
|
D | SemaOpenMP.cpp | 8902 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef() 9115 CXXCastPath BasePath; in ActOnOpenMPReductionClause() 9228 CXXCastPath BasePath; in ActOnOpenMPReductionClause()
|
D | SemaOverload.cpp | 2723 CXXCastPath& BasePath, in CheckPointerConversion() 2851 CXXCastPath &BasePath, in CheckMemberPointerConversion()
|
D | SemaInit.cpp | 6396 CXXCastPath BasePath; in Perform()
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 513 const CXXCastPath *BasePath, in Create() 538 const CXXCastPath *BasePath, in Create() 596 const CXXCastPath *BasePath, in Create() 633 const CXXCastPath *BasePath, in Create()
|
D | Expr.cpp | 1654 const CXXCastPath *BasePath, in Create() 1675 const CXXCastPath *BasePath, in Create()
|
D | ASTImporter.cpp | 5766 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/ |
D | ExprCXX.h | 270 const CXXCastPath *Path, 306 const CXXCastPath *Path, 350 Expr *Op, const CXXCastPath *Path, 1417 const CXXCastPath *Path,
|
D | Expr.h | 55 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef 2756 const CXXCastPath *BasePath, 2853 Expr *Op, const CXXCastPath *BasePath,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 80 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);
|