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

/external/clang/lib/AST/
H A DASTContext.cpp1564 /// CollectInheritedProtocols - Collect all protocols in current class and
1566 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, function in class:ASTContext
1578 CollectInheritedProtocols(*P, Protocols);
1585 CollectInheritedProtocols(CDeclChain, Protocols);
1588 CollectInheritedProtocols(SD, Protocols);
1598 CollectInheritedProtocols(*P, Protocols);
1607 CollectInheritedProtocols(*P, Protocols);
5948 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
6064 Context.CollectInheritedProtocols(LHS->getInterface(),
6079 Context.CollectInheritedProtocols(RH
[all...]

Completed in 72 milliseconds