Searched refs:indexFile (Results 1 – 5 of 5) sorted by relevance
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
D | index.php | 60 $indexFile = "drops/".$anEntry."/index.html"; variable 61 if (file_exists($countFile) && file_exists($indexFile)) {
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 789 CXIdxClientFile *indexFile, in clang_indexLoc_getFileLocation() argument 794 if (indexFile) *indexFile = 0; in clang_indexLoc_getFileLocation() 806 IndexCtx.translateLoc(Loc, indexFile, file, line, column, offset); in clang_indexLoc_getFileLocation()
|
D | IndexingContext.cpp | 799 CXIdxClientFile *indexFile, CXFile *file, in translateLoc() argument 816 if (indexFile) in translateLoc() 817 *indexFile = getIndexFile(FE); in translateLoc()
|
D | IndexingContext.h | 462 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
|
/external/clang/include/clang-c/ |
D | Index.h | 5381 CXIdxClientFile *indexFile,
|