HomeSort by: relevance | last modified time | path
    Searched defs:isRedeclaration (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 269 bool isRedeclaration() const { return ObjCMethodDeclBits.IsRedeclaration; }
270 void setIsRedeclaration(bool RD) { ObjCMethodDeclBits.IsRedeclaration = RD; }
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 2602 bool isRedeclaration() const { return Redeclaration; }
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 6366 int isRedeclaration;

Completed in 39 milliseconds