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.cpp95 CXXCastPath BasePath; member
1319 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast()
1529 CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1585 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
1623 CXXCastPath &BasePath) { in TryStaticPointerDowncast()
1657 CastKind &Kind, CXXCastPath &BasePath) { in TryStaticDowncast()
1770 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast()
H A DSemaExprCXX.cpp4610 CXXCastPath BasePath; in PerformImplicitConversion() local
4630 CXXCastPath BasePath; in PerformImplicitConversion() local
4670 CXXCastPath BasePath; in PerformImplicitConversion() local
6371 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
H A DSemaDeclCXX.cpp1354 CXXCastPath &BasePath) { in findDecomposableBaseClass() argument
1430 CXXCastPath BasePath; in checkMemberDecomposition() local
3020 CXXCastPath *BasePath, in CheckDerivedToBaseConversion() argument
3099 CXXCastPath *BasePath, in CheckDerivedToBaseConversion() argument
4827 CXXCastPath BasePath; BuildImplicitBaseInitializer() local
14973 CXXCastPath BasePath; DefineImplicitCopyAssignment() local
15358 CXXCastPath BasePath; DefineImplicitMoveAssignment() local
[all...]
H A DSema.cpp696 const CXXCastPath *BasePath, in ImpCastExprToType()
H A DSemaOverload.cpp3310 CXXCastPath& BasePath, in CheckPointerConversion()
3427 CXXCastPath &BasePath, in CheckMemberPointerConversion()
H A DSemaInit.cpp7725 CXXCastPath BasePath; in Perform() local
H A DSemaOpenMP.cpp17920 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
18344 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
18468 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
H A DSemaExpr.cpp3045 CXXCastPath BasePath; in PerformObjectMemberConversion() local
3065 CXXCastPath BasePath; in PerformObjectMemberConversion() local
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp91 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.cpp763 CastKind K, Expr *Op, const CXXCastPath *BasePath, in Create()
791 const CXXCastPath *BasePath, in Create()
855 const CXXCastPath *BasePath, in Create()
904 CastKind K, Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO, in Create()
H A DMicrosoftMangle.cpp3833 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable()
3859 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
4005 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator()
H A DExpr.cpp2076 const CXXCastPath *BasePath, in Create()
2107 const CXXCastPath *BasePath, in Create()
/freebsd/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/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5992 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local