Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp78 CXXCastPath BasePath; member
1068 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast()
1257 CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1316 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
1354 CXXCastPath &BasePath) { in TryStaticPointerDowncast()
1388 CastKind &Kind, CXXCastPath &BasePath) { in TryStaticDowncast()
1501 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast()
H A DSemaExprCXX.cpp4103 CXXCastPath BasePath; in PerformImplicitConversion() local
4123 CXXCastPath BasePath; in PerformImplicitConversion() local
4154 CXXCastPath BasePath; in PerformImplicitConversion() local
5458 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
H A DSema.cpp477 const CXXCastPath *BasePath, in ImpCastExprToType()
H A DSemaDeclCXX.cpp1232 CXXCastPath &BasePath) { in findDecomposableBaseClass()
1308 CXXCastPath BasePath; in checkMemberDecomposition() local
2610 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
2689 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
4321 CXXCastPath BasePath; in BuildImplicitBaseInitializer() local
11999 CXXCastPath BasePath; in DefineImplicitCopyAssignment() local
12363 CXXCastPath BasePath; in DefineImplicitMoveAssignment() local
H A DSemaOpenMP.cpp10591 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
10950 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
11063 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
H A DSemaExpr.cpp2630 CXXCastPath BasePath; in PerformObjectMemberConversion() local
2666 CXXCastPath BasePath; in PerformObjectMemberConversion() local
2685 CXXCastPath BasePath; in PerformObjectMemberConversion() local
H A DSemaOverload.cpp2906 CXXCastPath& BasePath, in CheckPointerConversion()
3034 CXXCastPath &BasePath, in CheckMemberPointerConversion()
H A DSemaInit.cpp7498 CXXCastPath BasePath; in Perform() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h412 typedef SmallVector<const CXXRecordDecl *, 1> BasePath; typedef
H A DExpr.h69 const CastExpr *BasePath; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp691 const CXXCastPath *BasePath, in Create()
716 const CXXCastPath *BasePath, in Create()
774 const CXXCastPath *BasePath, in Create()
811 const CXXCastPath *BasePath, in Create()
H A DMicrosoftMangle.cpp3057 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable()
3077 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
3217 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator()
H A DExpr.cpp1846 const CXXCastPath *BasePath, in Create()
1867 const CXXCastPath *BasePath, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp4261 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local