Lines Matching refs:Method
22 /// Declarator is a well formed C++ inline method definition. Now lex its body
134 // don't try to parse this method later.
249 /// stack of method declarations with some parts for which parsing was
277 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
279 // Start the delayed C++ method declaration
280 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
336 // Finish the delayed C++ method declaration.
337 Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
376 && "Inline method not starting with '{', ':' or 'try'");
378 // Parse the method body. Function body parsing code is similar enough
379 // to be re-used for method bodies as well.