Home | History | Annotate | Download | only in AST

Lines Matching refs:Method

2029       // While compiler may see key method in this TU, during CUDA
2858 // If a virtual method has no-overrides it lives in its parent's vtable.
2994 void ASTContext::setNonKeyFunction(const CXXMethodDecl *Method) {
2995 assert(Method == Method->getFirstDecl() &&
2996 "not working with method declaration from class definition");
3002 auto I = Map.find(Method->getParent());
3007 // If it is cached, check whether it's the target method, and if so,
3011 if (Ptr.get(getExternalSource()) == Method) {
3013 KeyFunctions.erase(Method->getParent());