Home | History | Annotate | Download | only in AST

Lines Matching refs:Method

590 ASTContext::overridden_methods_begin(const CXXMethodDecl *Method) const {
592 = OverriddenMethods.find(Method);
600 ASTContext::overridden_methods_end(const CXXMethodDecl *Method) const {
602 = OverriddenMethods.find(Method);
610 ASTContext::overridden_methods_size(const CXXMethodDecl *Method) const {
612 = OverriddenMethods.find(Method);
619 void ASTContext::addOverriddenMethod(const CXXMethodDecl *Method,
621 OverriddenMethods[Method].push_back(Overridden);
643 /// this method will assert on them.
743 /// getTypeSize - Return the size of the specified type, in bits. This method
1032 /// This method does not work on incomplete types.
1041 /// characters. This method does not work on incomplete types.
4030 /// getObjCEncodingForMethodDecl - Return the encoded type for this method
5992 // For builtin types, just use the standard type sizing method