reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 4486   Container = getContainerDef(Container);
 4486   Container = getContainerDef(Container);
 4522     AddObjCBlockCall(Container->getASTContext(),
 4535       AddResultTypeChunk(Container->getASTContext(),
 4567     for (const auto *P : Container->class_properties())
 4570     for (const auto *P : Container->instance_properties())
 4576     ASTContext &Context = Container->getASTContext();
 4598       for (const auto *M : Container->methods()) {
 4608       for (auto *M : Container->methods()) {
 4616   if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
 4623                  dyn_cast<ObjCInterfaceDecl>(Container)) {
 4647                  dyn_cast<ObjCCategoryDecl>(Container)) {