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

/external/clang/tools/libclang/
H A DIndexing.cpp569 clang_index_getObjCContainerDeclInfo(const CXIdxDeclInfo *DInfo) { argument
570 if (!DInfo)
573 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
582 clang_index_getObjCInterfaceDeclInfo(const CXIdxDeclInfo *DInfo) { argument
583 if (!DInfo)
586 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
595 clang_index_getObjCCategoryDeclInfo(const CXIdxDeclInfo *DInfo){ argument
596 if (!DInfo)
599 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
608 clang_index_getObjCProtocolRefListInfo(const CXIdxDeclInfo *DInfo) { argument
629 clang_index_getObjCPropertyDeclInfo(const CXIdxDeclInfo *DInfo) argument
654 clang_index_getCXXClassDeclInfo(const CXIdxDeclInfo *DInfo) argument
[all...]
H A DIndexingContext.cpp252 DeclInfo &DInfo,
260 getEntityInfo(D, DInfo.EntInfo, SA);
261 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
271 DInfo.entityInfo = &DInfo.EntInfo;
272 DInfo.cursor = Cursor;
273 DInfo.loc = getIndexLoc(Loc);
274 DInfo.isImplicit = D->isImplicit();
276 DInfo.attributes = DInfo
250 handleDecl(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor, DeclInfo &DInfo, const DeclContext *LexicalDC) argument
520 ObjCPropertyDeclInfo DInfo; local
[all...]
/external/clang/lib/Basic/
H A DDiagnostic.cpp476 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, argument
494 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr);
634 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, argument
651 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr);

Completed in 69 milliseconds