Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp88 CXXCastPath BasePath; member
1264 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast()
1474 CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1530 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
1568 CXXCastPath &BasePath) { in TryStaticPointerDowncast()
1602 CastKind &Kind, CXXCastPath &BasePath) { in TryStaticDowncast()
1715 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast()
H A DSemaExprCXX.cpp4439 CXXCastPath BasePath; in PerformImplicitConversion() local
4459 CXXCastPath BasePath; in PerformImplicitConversion() local
4491 CXXCastPath BasePath; in PerformImplicitConversion() local
5884 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
H A DSemaDeclCXX.cpp1301 CXXCastPath &BasePath) { in findDecomposableBaseClass()
1377 CXXCastPath BasePath; in checkMemberDecomposition() local
2935 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
3014 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
4740 CXXCastPath BasePath; in BuildImplicitBaseInitializer() local
14535 CXXCastPath BasePath; in DefineImplicitCopyAssignment() local
14900 CXXCastPath BasePath; in DefineImplicitMoveAssignment() local
H A DSema.cpp622 const CXXCastPath *BasePath, in ImpCastExprToType()
H A DSemaOverload.cpp2995 CXXCastPath& BasePath, in CheckPointerConversion()
3123 CXXCastPath &BasePath, in CheckMemberPointerConversion()
H A DSemaInit.cpp8269 CXXCastPath BasePath; in Perform() local
H A DSemaOpenMP.cpp18498 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
18906 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
19030 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
H A DSemaExpr.cpp3102 CXXCastPath BasePath; in PerformObjectMemberConversion() local
3122 CXXCastPath BasePath; in PerformObjectMemberConversion() local
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMDGenerator.cpp190 llvm::SmallString<64> BasePath = I.getRelativeFilePath(""); in genMarkdown() local
H A DHTMLGenerator.cpp733 llvm::SmallString<64> BasePath = I.getRelativeFilePath(""); in genHTML() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DVTableBuilder.h447 typedef SmallVector<const CXXRecordDecl *, 1> BasePath; typedef
H A DExpr.h72 const CastExpr *BasePath; member
/llvm-project-15.0.7/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.cpp3534 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable()
3554 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
3700 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator()
H A DExpr.cpp1982 const CXXCastPath *BasePath, in Create()
2013 const CXXCastPath *BasePath, in Create()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1120 static void ExpandBasePaths(StringRef BasePath, StringSaver &Saver, in ExpandBasePaths()
1186 llvm::StringRef BasePath = llvm::sys::path::parent_path(FName); in ExpandResponseFile() local
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5643 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local