diff options
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 25f4e9d6c18..48b8d05d918 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -769,8 +769,6 @@ public:        const FunctionProtoType *Target, SourceLocation TargetLoc,        const FunctionProtoType *Source, SourceLocation SourceLoc); -  bool UnwrapSimilarPointerTypes(QualType& T1, QualType& T2); -    virtual TypeResult ActOnTypeName(Scope *S, Declarator &D);    bool RequireCompleteType(SourceLocation Loc, QualType T, | 

