HomeSort by relevance Sort by last modified time
    Searched refs:declaresSameEntity (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 41 if (ID && declaresSameEntity(ID->getClassInterface(), Container))
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaDeclObjC.cpp 432 return ID && !declaresSameEntity(ID, CurrentIDecl);
504 if (declaresSameEntity(PrevDecl, IDecl)) {
    [all...]
SemaObjCProperty.cpp     [all...]
SemaAccess.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 885 inline bool declaresSameEntity(const Decl *D1, const Decl *D2) {
    [all...]
DeclObjC.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]

Completed in 183 milliseconds