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

/external/clang/lib/Basic/
H A DDiagnostic.cpp476 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, argument
494 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr);
618 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, argument
635 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr);
/external/clang/tools/libclang/
H A DIndexingContext.cpp312 DeclInfo &DInfo,
320 getEntityInfo(D, DInfo.EntInfo, SA);
321 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
331 DInfo.entityInfo = &DInfo.EntInfo;
332 DInfo.cursor = Cursor;
333 DInfo.loc = getIndexLoc(Loc);
334 DInfo.isImplicit = D->isImplicit();
336 DInfo.attributes = DInfo
310 handleDecl(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor, DeclInfo &DInfo, const DeclContext *LexicalDC) argument
606 ObjCPropertyDeclInfo DInfo; local
[all...]
H A DIndexing.cpp823 clang_index_getObjCContainerDeclInfo(const CXIdxDeclInfo *DInfo) { argument
824 if (!DInfo)
827 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
836 clang_index_getObjCInterfaceDeclInfo(const CXIdxDeclInfo *DInfo) { argument
837 if (!DInfo)
840 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
849 clang_index_getObjCCategoryDeclInfo(const CXIdxDeclInfo *DInfo){ argument
850 if (!DInfo)
853 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
862 clang_index_getObjCProtocolRefListInfo(const CXIdxDeclInfo *DInfo) { argument
883 clang_index_getObjCPropertyDeclInfo(const CXIdxDeclInfo *DInfo) argument
908 clang_index_getCXXClassDeclInfo(const CXIdxDeclInfo *DInfo) argument
[all...]

Completed in 105 milliseconds