Searched refs:DInfo (Results 1 - 5 of 5) sorted by relevance

/external/clang/tools/libclang/
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...]
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.h476 DeclInfo &DInfo,
/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);
/external/clang/lib/Serialization/
H A DASTReader.cpp4850 FileDeclsInfo &DInfo = I->second;
4851 if (DInfo.Decls.empty())
4858 DeclIDComp DIDComp(*this, *DInfo.Mod);
4860 BeginIt = std::lower_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
4862 if (BeginIt != DInfo.Decls.begin())
4868 while (BeginIt != DInfo.Decls.begin() &&
4869 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
4874 EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo
[all...]

Completed in 319 milliseconds