Searched defs:CollectInheritedProtocols (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp1854 /// CollectInheritedProtocols - Collect all protocols in current class and
1856 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, function in class:ASTContext
1865 CollectInheritedProtocols(P, Protocols);
1871 CollectInheritedProtocols(Cat, Protocols);
1875 CollectInheritedProtocols(SD, Protocols);
1882 CollectInheritedProtocols(P, Protocols);
1888 CollectInheritedProtocols(P, Protocols);
3640 CollectInheritedProtocols(IDecl, InheritedProtocols);
6651 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
6762 Context.CollectInheritedProtocols(LH
[all...]

Completed in 3171 milliseconds