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

/external/clang/lib/AST/
H A DASTContext.cpp1969 /// CollectInheritedProtocols - Collect all protocols in current class and
1971 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, function in class:ASTContext
1977 CollectInheritedProtocols(Proto, Protocols);
1982 CollectInheritedProtocols(Cat, Protocols);
1986 CollectInheritedProtocols(SD, Protocols);
1991 CollectInheritedProtocols(Proto, Protocols);
2000 CollectInheritedProtocols(Proto, Protocols);
3833 CollectInheritedProtocols(IDecl, InheritedProtocols);
6916 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
7074 Context.CollectInheritedProtocols(prot
[all...]

Completed in 72 milliseconds