diff options
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r-- | clang/lib/Sema/Sema.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index fed2fbc0816..465eca70ed3 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -3720,9 +3720,6 @@ public: QualType FieldTy, const Expr *BitWidth, bool *ZeroWidth = 0); - void DiagnoseMissingMember(SourceLocation MemberLoc, DeclarationName Member, - NestedNameSpecifier *NNS, SourceRange Range); - /// adjustFunctionParamType - Converts the type of a function parameter to a // type that can be passed as an argument type to /// ASTContext::getFunctionType. |