Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp88 CXXCastPath BasePath; member
1264 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast()
1472 CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1528 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
1566 CXXCastPath &BasePath) { in TryStaticPointerDowncast()
1600 CastKind &Kind, CXXCastPath &BasePath) { in TryStaticDowncast()
1713 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast()
H A DSemaExprCXX.cpp4385 CXXCastPath BasePath; in PerformImplicitConversion() local
4405 CXXCastPath BasePath; in PerformImplicitConversion() local
4437 CXXCastPath BasePath; in PerformImplicitConversion() local
5782 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
H A DSemaDeclCXX.cpp1300 CXXCastPath &BasePath) { in findDecomposableBaseClass()
1376 CXXCastPath BasePath; in checkMemberDecomposition() local
2895 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
2974 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
4660 CXXCastPath BasePath; in BuildImplicitBaseInitializer() local
14333 CXXCastPath BasePath; in DefineImplicitCopyAssignment() local
14699 CXXCastPath BasePath; in DefineImplicitMoveAssignment() local
H A DSema.cpp600 const CXXCastPath *BasePath, in ImpCastExprToType()
H A DSemaOverload.cpp2988 CXXCastPath& BasePath, in CheckPointerConversion()
3116 CXXCastPath &BasePath, in CheckMemberPointerConversion()
H A DSemaOpenMP.cpp16427 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
16835 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
16959 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
H A DSemaInit.cpp8200 CXXCastPath BasePath; in Perform() local
H A DSemaExpr.cpp3043 CXXCastPath BasePath; in PerformObjectMemberConversion() local
3063 CXXCastPath BasePath; in PerformObjectMemberConversion() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h447 typedef SmallVector<const CXXRecordDecl *, 1> BasePath; typedef
H A DExpr.h72 const CastExpr *BasePath; member
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp709 CastKind K, Expr *Op, const CXXCastPath *BasePath, in Create()
737 const CXXCastPath *BasePath, in Create()
795 const CXXCastPath *BasePath, in Create()
844 CastKind K, Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO, in Create()
H A DMicrosoftMangle.cpp3497 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable()
3517 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
3663 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator()
H A DExpr.cpp2008 const CXXCastPath *BasePath, in Create()
2039 const CXXCastPath *BasePath, in Create()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1114 llvm::StringRef BasePath = llvm::sys::path::parent_path(FName); in ExpandResponseFile() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4947 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local