Searched defs:CXXCastPath (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h52 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef in namespace:clang
2728 void setCastPath(const CXXCastPath &Path);
2779 const CXXCastPath *BasePath,
2871 Expr *Op, const CXXCastPath *BasePath,
/external/clang/include/clang/Sema/
H A DSema.h78 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef in namespace:clang
2085 CXXCastPath& BasePath,
2092 CXXCastPath &BasePath,
5001 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
5003 bool BasePathInvolvesVirtualBase(const CXXCastPath &BasePath);
5007 CXXCastPath *BasePath = nullptr,
5014 CXXCastPath *BasePath);
7504 const CXXCastPath *BasePath = nullptr,
7853 ExprValueKind &VK, CXXCastPath &Path);

Completed in 227 milliseconds