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

/external/clang/include/clang/AST/
H A DExpr.h55 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef in namespace:clang
2756 const CXXCastPath *BasePath,
2853 Expr *Op, const CXXCastPath *BasePath,
/external/clang/include/clang/Sema/
H A DSema.h80 typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath; typedef in namespace:clang
2292 CXXCastPath& BasePath,
2300 CXXCastPath &BasePath,
5503 void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);
5507 CXXCastPath *BasePath = nullptr,
5514 CXXCastPath *BasePath,
8511 const CXXCastPath *BasePath = nullptr,
8875 ExprValueKind &VK, CXXCastPath &Path);

Completed in 187 milliseconds