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

/external/clang/tools/libclang/
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...]
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.h467 DeclInfo &DInfo,
/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/lib/Serialization/
H A DASTReader.cpp6303 FileDeclsInfo &DInfo = I->second;
6304 if (DInfo.Decls.empty())
6311 DeclIDComp DIDComp(*this, *DInfo.Mod);
6313 BeginIt = std::lower_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
6315 if (BeginIt != DInfo.Decls.begin())
6321 while (BeginIt != DInfo.Decls.begin() &&
6322 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
6327 EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo
[all...]

Completed in 672 milliseconds