Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp93 CXXCastPath BasePath; member
1311 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast()
1521 CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1577 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
1615 CXXCastPath &BasePath) { in TryStaticPointerDowncast()
1649 CastKind &Kind, CXXCastPath &BasePath) { in TryStaticDowncast()
1762 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast()
H A DSemaExprCXX.cpp4588 CXXCastPath BasePath; in PerformImplicitConversion() local
4608 CXXCastPath BasePath; in PerformImplicitConversion() local
4640 CXXCastPath BasePath; in PerformImplicitConversion() local
6123 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
H A DSemaDeclCXX.cpp1366 CXXCastPath &BasePath) { in findDecomposableBaseClass()
1442 CXXCastPath BasePath; in checkMemberDecomposition() local
3119 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
3198 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
4973 CXXCastPath BasePath; in BuildImplicitBaseInitializer() local
15099 CXXCastPath BasePath; in DefineImplicitCopyAssignment() local
15482 CXXCastPath BasePath; in DefineImplicitMoveAssignment() local
H A DSema.cpp638 const CXXCastPath *BasePath, in ImpCastExprToType()
H A DSemaOverload.cpp3258 CXXCastPath& BasePath, in CheckPointerConversion()
3386 CXXCastPath &BasePath, in CheckMemberPointerConversion()
H A DSemaInit.cpp8777 CXXCastPath BasePath; in Perform() local
H A DSemaOpenMP.cpp19120 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
19542 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
19666 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
H A DSemaExpr.cpp3305 CXXCastPath BasePath; in PerformObjectMemberConversion() local
3325 CXXCastPath BasePath; in PerformObjectMemberConversion() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h447 typedef SmallVector<const CXXRecordDecl *, 1> BasePath; typedef
H A DExpr.h74 const CastExpr *BasePath; member
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp713 CastKind K, Expr *Op, const CXXCastPath *BasePath, in Create()
741 const CXXCastPath *BasePath, in Create()
805 const CXXCastPath *BasePath, in Create()
854 CastKind K, Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO, in Create()
H A DMicrosoftMangle.cpp3682 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable()
3702 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
3848 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator()
H A DExpr.cpp2051 const CXXCastPath *BasePath, in Create()
2082 const CXXCastPath *BasePath, in Create()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1103 static void ExpandBasePaths(StringRef BasePath, StringSaver &Saver, in ExpandBasePaths()
1172 StringRef BasePath = llvm::sys::path::parent_path(FName); in expandResponseFile() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5908 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local