Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp79 CXXCastPath BasePath; member
1262 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast()
1462 CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1518 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
1556 CXXCastPath &BasePath) { in TryStaticPointerDowncast()
1590 CastKind &Kind, CXXCastPath &BasePath) { in TryStaticDowncast()
1703 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast()
H A DSemaExprCXX.cpp4348 CXXCastPath BasePath; in PerformImplicitConversion() local
4368 CXXCastPath BasePath; in PerformImplicitConversion() local
4399 CXXCastPath BasePath; in PerformImplicitConversion() local
5733 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
H A DSemaDeclCXX.cpp1302 CXXCastPath &BasePath) { in findDecomposableBaseClass()
1378 CXXCastPath BasePath; in checkMemberDecomposition() local
2895 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
2974 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
4660 CXXCastPath BasePath; in BuildImplicitBaseInitializer() local
14140 CXXCastPath BasePath; in DefineImplicitCopyAssignment() local
14509 CXXCastPath BasePath; in DefineImplicitMoveAssignment() local
H A DSema.cpp576 const CXXCastPath *BasePath, in ImpCastExprToType()
H A DSemaOverload.cpp2988 CXXCastPath& BasePath, in CheckPointerConversion()
3116 CXXCastPath &BasePath, in CheckMemberPointerConversion()
H A DSemaOpenMP.cpp16044 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
16452 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
16576 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
H A DSemaInit.cpp8198 CXXCastPath BasePath; in Perform() local
H A DSemaExpr.cpp3033 CXXCastPath BasePath; in PerformObjectMemberConversion() local
3053 CXXCastPath BasePath; in PerformObjectMemberConversion() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h447 typedef SmallVector<const CXXRecordDecl *, 1> BasePath; typedef
H A DExpr.h72 const CastExpr *BasePath; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp707 CastKind K, Expr *Op, const CXXCastPath *BasePath, in Create()
735 const CXXCastPath *BasePath, in Create()
793 const CXXCastPath *BasePath, in Create()
842 CastKind K, Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO, in Create()
H A DMicrosoftMangle.cpp3494 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable()
3514 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
3660 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator()
H A DExpr.cpp1939 const CXXCastPath *BasePath, in Create()
1970 const CXXCastPath *BasePath, in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1114 llvm::StringRef BasePath = llvm::sys::path::parent_path(FName); in ExpandResponseFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp4925 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local