Home | History | Annotate | Download | only in AST

Lines Matching full:path_buffer

1142 CXXBaseSpecifier **CastExpr::path_buffer() {
1158 memcpy(path_buffer(), Path.data(), Path.size() * sizeof(CXXBaseSpecifier*));