Home
last modified time | relevance | path

Searched refs:CXXCastPath (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp79 CXXCastPath BasePath;
208 CXXCastPath &BasePath,
215 CXXCastPath &BasePath);
221 CXXCastPath &BasePath);
228 CXXCastPath &BasePath);
235 CXXCastPath &BasePath);
248 CXXCastPath &BasePath,
1262 CastKind &Kind, CXXCastPath &BasePath, in TryStaticCast()
1462 CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1518 CXXCastPath &BasePath) { in TryStaticReferenceDowncast()
[all …]
H A DSemaDeclCXX.cpp1302 CXXCastPath &BasePath) { in findDecomposableBaseClass()
1378 CXXCastPath BasePath; in checkMemberDecomposition()
2853 CXXCastPath &BasePathArray) { in BuildBasePathArray()
2872 CXXCastPath &BasePathArray) { in BuildBasePathArray()
2895 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
2974 CXXCastPath *BasePath, in CheckDerivedToBaseConversion()
4660 CXXCastPath BasePath; in BuildImplicitBaseInitializer()
8116 CXXCastPath Path = {Base}; in getBase()
13547 const CXXCastPath &Path;
13557 const CXXCastPath &Path) in CastBuilder()
[all …]
H A DSemaExprCXX.cpp4348 CXXCastPath BasePath; in PerformImplicitConversion()
4368 CXXCastPath BasePath; in PerformImplicitConversion()
4399 CXXCastPath BasePath; in PerformImplicitConversion()
5733 CXXCastPath BasePath; in CheckPointerToMemberOperands()
H A DSema.cpp576 const CXXCastPath *BasePath, in ImpCastExprToType()
H A DSemaExpr.cpp3033 CXXCastPath BasePath; in PerformObjectMemberConversion()
3053 CXXCastPath BasePath; in PerformObjectMemberConversion()
9575 CXXCastPath Path; in CheckSingleAssignmentConstraints()
18251 CXXCastPath Path(ICE->path()); in rebuildPotentialResultsAsNonOdrUsed()
19390 ExprValueKind &VK, CXXCastPath &Path) { in checkUnknownAnyCast()
H A DSemaOpenMP.cpp16044 CXXCastPath &BasePath, Expr *UnresolvedReduction) { in buildDeclareReductionRef()
16452 CXXCastPath BasePath; in actOnOMPReductionKindClause()
16576 CXXCastPath BasePath; in actOnOMPReductionKindClause()
H A DSemaOverload.cpp2988 CXXCastPath& BasePath, in CheckPointerConversion()
3116 CXXCastPath &BasePath, in CheckMemberPointerConversion()
H A DSemaInit.cpp8198 CXXCastPath BasePath; in Perform()
/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 DASTImporter.cpp396 Expected<CXXCastPath> ImportCastPath(CastExpr *E);
7083 Expected<CXXCastPath>
7085 CXXCastPath Path; in ImportCastPath()
7104 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitImplicitCastExpr()
7121 Expected<CXXCastPath> ToBasePathOrErr = ImportCastPath(E); in VisitExplicitCastExpr()
7124 CXXCastPath *ToBasePath = &(*ToBasePathOrErr); in VisitExplicitCastExpr()
H A DExpr.cpp1939 const CXXCastPath *BasePath, in Create()
1970 const CXXCastPath *BasePath, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h461 Expr *Op, const CXXCastPath *Path, TypeSourceInfo *Written,
498 const CXXCastPath *Path,
543 Expr *Op, const CXXCastPath *Path,
1761 const CXXCastPath *Path, FPOptionsOverride FPO, SourceLocation LPLoc,
H A DExpr.h60 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef
3584 const CXXCastPath *BasePath,
3686 Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h95 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef
3426 CXXCastPath& BasePath,
3434 CXXCastPath &BasePath,
7184 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
7188 CXXCastPath *BasePath = nullptr,
7195 CXXCastPath *BasePath,
11252 const CXXCastPath *BasePath = nullptr,
11694 ExprValueKind &VK, CXXCastPath &Path);