Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp88 CXXCastPath BasePath; member
1280 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast()
1490 CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1546 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
1584 CXXCastPath &BasePath) { in TryStaticPointerDowncast()
1618 CastKind &Kind, CXXCastPath &BasePath) { in TryStaticDowncast()
1731 CXXCastPath &BasePath) { in TryStaticMemberPointerUpcast()
H A DSemaExprCXX.cpp4510 CXXCastPath BasePath; in PerformImplicitConversion() local
4530 CXXCastPath BasePath; in PerformImplicitConversion() local
4562 CXXCastPath BasePath; in PerformImplicitConversion() local
6006 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
H A DSemaDeclCXX.cpp1335 CXXCastPath &BasePath) { in findDecomposableBaseClass()
1411 CXXCastPath BasePath; in checkMemberDecomposition() local
2969 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
3048 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
4781 CXXCastPath BasePath; in BuildImplicitBaseInitializer() local
14642 CXXCastPath BasePath; in DefineImplicitCopyAssignment() local
15016 CXXCastPath BasePath; in DefineImplicitMoveAssignment() local
H A DSema.cpp624 const CXXCastPath *BasePath, in ImpCastExprToType()
H A DSemaOverload.cpp3102 CXXCastPath& BasePath, in CheckPointerConversion()
3230 CXXCastPath &BasePath, in CheckMemberPointerConversion()
H A DSemaOpenMP.cpp18781 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
19189 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
19313 CXXCastPath BasePath; in actOnOMPReductionKindClause() local
H A DSemaInit.cpp8608 CXXCastPath BasePath; in Perform() local
H A DSemaExpr.cpp3105 CXXCastPath BasePath; in PerformObjectMemberConversion() local
3125 CXXCastPath BasePath; in PerformObjectMemberConversion() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DVTableBuilder.h447 typedef SmallVector<const CXXRecordDecl *, 1> BasePath; typedef
H A DExpr.h73 const CastExpr *BasePath; member
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp710 CastKind K, Expr *Op, const CXXCastPath *BasePath, in Create()
738 const CXXCastPath *BasePath, in Create()
796 const CXXCastPath *BasePath, in Create()
845 CastKind K, Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO, in Create()
H A DMicrosoftMangle.cpp3545 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable()
3565 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
3711 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXRTTICompleteObjectLocator()
H A DExpr.cpp2069 const CXXCastPath *BasePath, in Create()
2100 const CXXCastPath *BasePath, in Create()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp1122 static void ExpandBasePaths(StringRef BasePath, StringSaver &Saver, in ExpandBasePaths()
1191 StringRef BasePath = llvm::sys::path::parent_path(FName); in expandResponseFile() local
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp5672 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath() local