Home
last modified time | relevance | path

Searched refs:setCastPath (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DExprCXX.cpp595 if (PathSize) E->setCastPath(*BasePath); in Create()
620 if (PathSize) E->setCastPath(*BasePath); in Create()
677 if (PathSize) E->setCastPath(*BasePath); in Create()
711 if (PathSize) E->setCastPath(*BasePath); in Create()
DExpr.cpp1769 void CastExpr::setCastPath(const CXXCastPath &Path) { in setCastPath() function in CastExpr
1783 if (PathSize) E->setCastPath(*BasePath); in Create()
1805 if (PathSize) E->setCastPath(*BasePath); in Create()
/external/clang/include/clang/AST/
DExpr.h2779 void setCastPath(const CXXCastPath &Path);