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

  /external/clang/include/clang/AST/
ASTMutationListener.h 89 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop,
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 107 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop,
171 void MultiplexASTMutationListener::AddedObjCPropertyInClassExtension(
176 Listeners[i]->AddedObjCPropertyInClassExtension(Prop, OrigProp, ClassExt);
  /external/clang/include/clang/Serialization/
ASTWriter.h 737 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop,
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 409 L->AddedObjCPropertyInClassExtension(PrimaryPDecl, /*OrigProp=*/0, CDecl);
498 L->AddedObjCPropertyInClassExtension(PDecl, PIDecl, CDecl);
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 94 milliseconds