Searched refs:ppIncludedFile (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | index-module.m | 15 // CHECK: [ppIncludedFile]: {{.*}}/Modules/Inputs/DependsOnModule.framework{{[/\\]}}Headers{{[/\\]}… 26 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_MODULE_H:.*/Modules/Inputs/DependsOnModule\.framework[… 28 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_OTHER_H:.*/Modules/Inputs/DependsOnModule\.framework[/… 29 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_NOT_CXX_H:.*/Modules/Inputs/DependsOnModule\.framework… 30 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_NOT_CORO_H:.*/Modules/Inputs/DependsOnModule\.framewor… 33 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_PRIVATE_H:.*/Modules/Inputs/DependsOnModule.framework[… 47 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMOD_MODULE_H:.*/Modules/Inputs/Module\.framework[/\\]Heade… 48 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR:.*/Modules/Inputs/Module.framework[/\\]Headers.]]Su… 49 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODH… 50 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR]]Buried{{[/\\]}}Treasure.h | name: "Module/Buried/T… [all …]
|
| H A D | index-module-with-vfs.m | 19 // CHECK-MOD: [ppIncludedFile]: {{.*}}module_needs_vfs.h 25 // CHECK-MOD2: [ppIncludedFile]: {{.*}}base_module_needs_vfs.h
|
| /llvm-project-15.0.7/clang/test/Index/skip-parsed-bodies/ |
| H A D | compile_commands.json | 46 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h 66 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | Indexing.cpp | 270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective() 658 IdxCtx.ppIncludedFile(Loc, ID->getFileName(), in indexPreprocessingRecord()
|
| H A D | CXIndexDataConsumer.cpp | 465 void CXIndexDataConsumer::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() function in CXIndexDataConsumer 470 if (!CB.ppIncludedFile) in ppIncludedFile() 481 CXIdxClientFile idxFile = CB.ppIncludedFile(ClientData, &Info); in ppIncludedFile()
|
| H A D | CXIndexDataConsumer.h | 365 void ppIncludedFile(SourceLocation hashLoc, StringRef filename,
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | Index.h | 6599 CXIdxClientFile (*ppIncludedFile)(CXClientData client_data, member
|