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

/external/clang/lib/Basic/
H A DDiagnostic.cpp433 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, argument
451 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr);
575 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, argument
592 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr);
/external/clang/tools/libclang/
H A DIndexing.cpp825 clang_index_getObjCContainerDeclInfo(const CXIdxDeclInfo *DInfo) { argument
826 if (!DInfo)
829 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
838 clang_index_getObjCInterfaceDeclInfo(const CXIdxDeclInfo *DInfo) { argument
839 if (!DInfo)
842 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
851 clang_index_getObjCCategoryDeclInfo(const CXIdxDeclInfo *DInfo){ argument
852 if (!DInfo)
855 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
864 clang_index_getObjCProtocolRefListInfo(const CXIdxDeclInfo *DInfo) { argument
885 clang_index_getObjCPropertyDeclInfo(const CXIdxDeclInfo *DInfo) argument
910 clang_index_getCXXClassDeclInfo(const CXIdxDeclInfo *DInfo) argument
[all...]
H A DIndexingContext.cpp311 DeclInfo &DInfo,
319 getEntityInfo(D, DInfo.EntInfo, SA);
320 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
330 DInfo.entityInfo = &DInfo.EntInfo;
331 DInfo.cursor = Cursor;
332 DInfo.loc = getIndexLoc(Loc);
333 DInfo.isImplicit = D->isImplicit();
335 DInfo.attributes = DInfo
309 handleDecl(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor, DeclInfo &DInfo, const DeclContext *LexicalDC) argument
607 ObjCPropertyDeclInfo DInfo; local
[all...]

Completed in 1005 milliseconds