Home
last modified time | relevance | path

Searched defs:BasePath (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Sema/
DSemaCXXCast.cpp192 CXXCastPath BasePath; in BuildCXXNamedCast() local
218 CXXCastPath BasePath; in BuildCXXNamedCast() local
468 CXXCastPath &BasePath) { in CheckDynamicCast()
664 CastKind &Kind, CXXCastPath &BasePath) { in CheckStaticCast()
734 CXXCastPath &BasePath) { in TryStaticCast()
897 bool CStyle, CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
950 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
985 CXXCastPath &BasePath) { in TryStaticPointerDowncast()
1019 CastKind &Kind, CXXCastPath &BasePath) { in TryStaticDowncast()
1135 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast()
[all …]
DSemaExprCXX.cpp746 CXXCastPath BasePath; in BuildCXXTypeConstructExpr() local
2368 CXXCastPath BasePath; in PerformImplicitConversion() local
2378 CXXCastPath BasePath; in PerformImplicitConversion() local
2395 CXXCastPath BasePath; in PerformImplicitConversion() local
3319 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
DSema.cpp251 const CXXCastPath *BasePath, in ImpCastExprToType()
DSemaExpr.cpp1984 CXXCastPath BasePath; in PerformObjectMemberConversion() local
2020 CXXCastPath BasePath; in PerformObjectMemberConversion() local
2039 CXXCastPath BasePath; in PerformObjectMemberConversion() local
3889 CXXCastPath &BasePath, bool FunctionalStyle) { in CheckCastTypes()
4189 CXXCastPath BasePath; in BuildCStyleCastExpr() local
DSemaDeclCXX.cpp879 bool Sema::BasePathInvolvesVirtualBase(const CXXCastPath &BasePath) { in BasePathInvolvesVirtualBase()
903 CXXCastPath *BasePath) { in CheckDerivedToBaseConversion()
961 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
1907 CXXCastPath BasePath; in BuildImplicitBaseInitializer() local
6838 CXXCastPath BasePath; in DefineImplicitCopyAssignment() local
DSemaChecking.cpp564 CXXCastPath BasePath; in SemaBuiltinAtomicOverloaded() local
DSemaInit.cpp4038 CXXCastPath BasePath; in Perform() local
DSemaOverload.cpp2125 CXXCastPath& BasePath, in CheckPointerConversion()
2228 CXXCastPath &BasePath, in CheckMemberPointerConversion()
/external/clang/lib/AST/
DExprCXX.cpp471 const CXXCastPath *BasePath, in Create()
495 const CXXCastPath *BasePath, in Create()
549 const CXXCastPath *BasePath, in Create()
584 CastKind K, Expr *Op, const CXXCastPath *BasePath, in Create()
DExpr.cpp1163 const CXXCastPath *BasePath, in Create()
1184 const CXXCastPath *BasePath, in Create()
DASTImporter.cpp3940 CXXCastPath BasePath; in VisitImplicitCastExpr() local
3961 CXXCastPath BasePath; in VisitCStyleCastExpr() local
/external/clang/lib/Driver/
DDriver.cpp1238 llvm::SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local
/external/clang/lib/CodeGen/
DCGExpr.cpp155 const CastExpr *BasePath; member