Lines Matching defs:D

64 AttrListInfo::AttrListInfo(const Decl *D, IndexingContext &IdxCtx)  in AttrListInfo()
117 AttrListInfo::create(const Decl *D, IndexingContext &IdxCtx) { in create()
123 IndexingContext::CXXBasesListInfo::CXXBasesListInfo(const CXXRecordDecl *D, in CXXBasesListInfo()
205 bool IndexingContext::isFunctionLocalDecl(const Decl *D) { in isFunctionLocalDecl()
309 bool IndexingContext::handleDecl(const NamedDecl *D, in handleDecl()
365 bool IndexingContext::handleObjCContainer(const ObjCContainerDecl *D, in handleObjCContainer()
372 bool IndexingContext::handleFunction(const FunctionDecl *D) { in handleFunction()
388 bool IndexingContext::handleVar(const VarDecl *D) { in handleVar()
394 bool IndexingContext::handleField(const FieldDecl *D) { in handleField()
400 bool IndexingContext::handleMSProperty(const MSPropertyDecl *D) { in handleMSProperty()
406 bool IndexingContext::handleEnumerator(const EnumConstantDecl *D) { in handleEnumerator()
412 bool IndexingContext::handleTagDecl(const TagDecl *D) { in handleTagDecl()
421 bool IndexingContext::handleTypedefName(const TypedefNameDecl *D) { in handleTypedefName()
427 bool IndexingContext::handleObjCInterface(const ObjCInterfaceDecl *D) { in handleObjCInterface()
476 const ObjCImplementationDecl *D) { in handleObjCImplementation()
483 bool IndexingContext::handleObjCProtocol(const ObjCProtocolDecl *D) { in handleObjCProtocol()
512 bool IndexingContext::handleObjCCategory(const ObjCCategoryDecl *D) { in handleObjCCategory()
544 bool IndexingContext::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) { in handleObjCCategoryImpl()
573 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) { in handleObjCMethod()
590 const ObjCPropertyImplDecl *D) { in handleSynthesizedObjCProperty()
596 bool IndexingContext::handleSynthesizedObjCMethod(const ObjCMethodDecl *D, in handleSynthesizedObjCMethod()
604 bool IndexingContext::handleObjCProperty(const ObjCPropertyDecl *D) { in handleObjCProperty()
629 bool IndexingContext::handleNamespace(const NamespaceDecl *D) { in handleNamespace()
636 bool IndexingContext::handleClassTemplate(const ClassTemplateDecl *D) { in handleClassTemplate()
640 bool IndexingContext::handleFunctionTemplate(const FunctionTemplateDecl *D) { in handleFunctionTemplate()
647 bool IndexingContext::handleTypeAliasTemplate(const TypeAliasTemplateDecl *D) { in handleTypeAliasTemplate()
653 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference()
666 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference()
749 void IndexingContext::setClientEntity(const Decl *D, CXIdxClientEntity client) { in setClientEntity()
788 bool IndexingContext::markEntityOccurrenceInFile(const NamedDecl *D, in markEntityOccurrenceInFile()
914 void IndexingContext::getEntityInfo(const NamedDecl *D, in getEntityInfo()
1128 CXCursor IndexingContext::getRefCursor(const NamedDecl *D, SourceLocation Loc) { in getRefCursor()
1149 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
1163 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()