Searched refs:CXFile (Results 1 – 12 of 12) sorted by relevance
/external/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 120 CXFile file, in clang_getLocation() 147 CXFile file, in clang_getLocationForOffset() 170 static void createNullLocation(CXFile *file, unsigned *line, in createNullLocation() 199 CXFile *file, in clang_getExpansionLocation() 271 CXFile *file, in clang_getInstantiationLocation() 280 CXFile *file, in clang_getSpellingLocation()
|
D | CXLoadedDiagnostic.h | 68 CXFile *file, 74 CXFile file;
|
D | CIndexInclusionStack.cpp | 67 CB((CXFile) FI.getContentCache()->OrigEntry, in clang_getInclusions()
|
D | CIndexDiagnostic.cpp | 252 CXFile File; in clang_formatDiagnostic() 267 CXFile StartFile, EndFile; in clang_formatDiagnostic()
|
D | CIndexHigh.cpp | 343 void clang_findReferencesInFile(CXCursor cursor, CXFile file, in clang_findReferencesInFile() 415 CXFile file, in clang_findReferencesInFileWithBlock()
|
D | IndexingContext.cpp | 215 CXIdxClientFile idxFile = CB.enteredMainFile(ClientData, (CXFile)File, 0); in enteredMainFile() 230 (CXFile)File, in ppIncludedFile() 799 CXIdxClientFile *indexFile, CXFile *file, in translateLoc()
|
D | IndexingContext.h | 462 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
|
D | CXLoadedDiagnostic.cpp | 148 CXFile *file, in decodeLocation()
|
D | CIndex.cpp | 2877 CXString clang_getFileName(CXFile SFile) { in clang_getFileName() 2885 time_t clang_getFileTime(CXFile SFile) { in clang_getFileTime() 2893 CXFile clang_getFile(CXTranslationUnit tu, const char *file_name) { in clang_getFile() 2903 unsigned clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file) { in clang_isFileMultipleIncludeGuarded() 3767 CXFile SearchFile; in clang_getCursor() 3769 CXFile ResultFile; in clang_getCursor() 3797 CXFile DefinitionFile; in clang_getCursor() 5746 CXFile clang_getIncludedFile(CXCursor cursor) { in clang_getIncludedFile()
|
D | Indexing.cpp | 790 CXFile *file, in clang_indexLoc_getFileLocation()
|
/external/clang/include/clang-c/ |
D | Index.h | 258 typedef void *CXFile; typedef 264 CINDEX_LINKAGE CXString clang_getFileName(CXFile SFile); 269 CINDEX_LINKAGE time_t clang_getFileTime(CXFile SFile); 277 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file); 289 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu, 354 CXFile file, 362 CXFile file, 413 CXFile *file, 472 CXFile *file, 500 CXFile *file, [all …]
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 246 CXFile begin_file, end_file; in PrintRange() 754 CXFile File = clang_getIncludedFile(Cursor); in PrintCursor() 790 CXFile file; in GetCursorSource() 812 CXFile file; in PrintDiagnostic() 839 CXFile start_file, end_file; in PrintDiagnostic() 959 CXFile file; in FunctionScanVisitor() 1023 void InclusionVisitor(CXFile includedFile, CXSourceLocation *includeStack, in InclusionVisitor() 1034 CXFile includingFile; in InclusionVisitor() 1350 CXFile file; in perform_file_scan() 1917 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at() [all …]
|