Searched refs:ppIncludedFile (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Index/ |
D | index-module.m | 12 // CHECK-NEXT: [ppIncludedFile]: {{.*}}/Modules/Inputs/DependsOnModule.framework{{[/\\]}}Headers{{[… 21 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_MODULE_H:.*/Modules/Inputs/DependsOnModule\.framework[… 22 // CHECK-DMOD-NEXT: [ppIncludedFile]: {{.*}}/Modules/Inputs/Module.framework{{[/\\]}}Headers{{[/\\]… 23 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_OTHER_H:.*/Modules/Inputs/DependsOnModule\.framework[/… 24 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_NOT_CXX_H:.*/Modules/Inputs/DependsOnModule\.framework… 25 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\… 26 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_OTHER_H:.*/Modules/Inputs/DependsOnModule.framewor… 27 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_PRIVATE_H:.*/Modules/Inputs/DependsOnModule.framework[… 40 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMOD_MODULE_H:.*/Modules/Inputs/Module\.framework[/\\]Heade… 41 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR:.*/Modules/Inputs/Module.framework[/\\]Headers.]]Su… [all …]
|
D | index-module-with-vfs.m | 20 // CHECK-MOD: [ppIncludedFile]: {{.*}}module_needs_vfs.h 26 // CHECK-MOD2: [ppIncludedFile]: {{.*}}base_module_needs_vfs.h
|
/external/clang/test/Index/skip-parsed-bodies/ |
D | compile_commands.json | 45 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h 64 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 243 void IndexingContext::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() function in IndexingContext 248 if (!CB.ppIncludedFile) in ppIncludedFile() 257 CXIdxClientFile idxFile = CB.ppIncludedFile(ClientData, &Info); in ppIncludedFile()
|
D | Indexing.cpp | 277 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective() 708 IdxCtx.ppIncludedFile(Loc, ID->getFileName(), in indexPreprocessingRecord()
|
D | IndexingContext.h | 368 void ppIncludedFile(SourceLocation hashLoc,
|
/external/clang/include/clang-c/ |
D | Index.h | 5470 CXIdxClientFile (*ppIncludedFile)(CXClientData client_data, member
|