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.cpp310 DeclInfo &DInfo,
318 getEntityInfo(D, DInfo.EntInfo, SA);
319 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
329 DInfo.entityInfo = &DInfo.EntInfo;
330 DInfo.cursor = Cursor;
331 DInfo.loc = getIndexLoc(Loc);
332 DInfo.isImplicit = D->isImplicit();
334 DInfo.attributes = DInfo
308 handleDecl(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor, DeclInfo &DInfo, const DeclContext *LexicalDC) argument
598 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 121 milliseconds