Home
last modified time | relevance | path

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/
Dindex.php60 $indexFile = "drops/".$anEntry."/index.html"; variable
61 if (file_exists($countFile) && file_exists($indexFile)) {
/external/clang/tools/libclang/
DIndexing.cpp789 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()
DIndexingContext.cpp799 CXIdxClientFile *indexFile, CXFile *file, in translateLoc() argument
816 if (indexFile) in translateLoc()
817 *indexFile = getIndexFile(FE); in translateLoc()
DIndexingContext.h462 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
/external/clang/include/clang-c/
DIndex.h5381 CXIdxClientFile *indexFile,