Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp98 CXXCastPath BasePath; member
1394 CXXCastPath &BasePath, in TryStaticCast()
1606 CXXCastPath &BasePath, unsigned &msg) { in TryLValueToRValueCast()
1659 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
1697 CXXCastPath &BasePath) { in TryStaticPointerDowncast()
1732 CXXCastPath &BasePath) { in TryStaticDowncast()
1846 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast()
H A DSemaExprCXX.cpp4969 CXXCastPath BasePath; in PerformImplicitConversion() local
4989 CXXCastPath BasePath; in PerformImplicitConversion() local
5040 CXXCastPath BasePath; in PerformImplicitConversion() local
5376 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
H A DSemaDeclCXX.cpp1407 CXXCastPath &BasePath) { in findDecomposableBaseClass()
1525 CXXCastPath BasePath; in checkMemberDecomposition() local
1696 CXXCastPath BasePath; in GetDecompositionElementCount() local
3112 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
3191 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
4919 CXXCastPath BasePath; in BuildImplicitBaseInitializer() local
15262 CXXCastPath BasePath; in DefineImplicitCopyAssignment() local
15649 CXXCastPath BasePath; in DefineImplicitMoveAssignment() local
H A DSema.cpp759 const CXXCastPath *BasePath, in ImpCastExprToType()
H A DSemaOverload.cpp3497 CXXCastPath& BasePath, in CheckPointerConversion()
3614 CXXCastPath &BasePath, SourceLocation CheckLoc, SourceRange OpRange, in CheckMemberPointerConversion()
H A DSemaInit.cpp7994 CXXCastPath BasePath; in Perform() local
H A DSemaOpenMP.cpp18543 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
18979 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
19122 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
H A DSemaExpr.cpp3092 CXXCastPath BasePath; in PerformObjectMemberConversion() local
3112 CXXCastPath BasePath; in PerformObjectMemberConversion() local
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp90 HeaderType Type, StringRef BasePath, in scanHeaders()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h476 typedef SmallVector<const CXXRecordDecl *, 1> BasePath; typedef
H A DExpr.h74 const CastExpr *BasePath; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp769 CastKind K, Expr *Op, const CXXCastPath *BasePath, in Create()
797 const CXXCastPath *BasePath, in Create()
860 const CXXCastPath *BasePath, in Create()
908 CastKind K, Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO, in Create()
H A DMicrosoftMangle.cpp3925 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable()
3951 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
4097 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator()
H A DExpr.cpp2074 const CXXCastPath *BasePath, in Create()
2105 const CXXCastPath *BasePath, in Create()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1120 static void ExpandBasePaths(StringRef BasePath, StringSaver &Saver, in ExpandBasePaths()
1189 StringRef BasePath = llvm::sys::path::parent_path(FName); in expandResponseFile() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6351 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local