Home | History | Annotate | Download | only in AST

Lines Matching refs:Parent

382 /// \param[out] LV the computation to use for the parent
986 // an explicit attribute, ignore visibility from the parent.
1289 // - or by the parent of the outer most lambda
2434 if (auto *Parent = dyn_cast<CXXRecordDecl>(getDeclContext()))
2435 Parent->markedVirtualFunctionPure();
3378 assert(CachedFieldIndex && "failed to find field in parent");
4023 while (Mod->Parent) {
4024 Mod = Mod->Parent;