diff options
Diffstat (limited to 'clang/include/clang/Parse/Parser.h')
-rw-r--r-- | clang/include/clang/Parse/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Parse/Parser.h b/clang/include/clang/Parse/Parser.h index b1823d50e4c..ce2692c6194 100644 --- a/clang/include/clang/Parse/Parser.h +++ b/clang/include/clang/Parse/Parser.h @@ -1266,7 +1266,7 @@ private: /// unless the body contains the code-completion point. /// /// \returns true if the function body was skipped. - bool MaybeSkipFunctionBodyForCodeCompletion(); + bool trySkippingFunctionBodyForCodeCompletion(); bool ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, const ParsedTemplateInfo &TemplateInfo, |