Searched refs:ppIncludedFile (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Index/ |
D | index-module.m | 13 // CHECK: [ppIncludedFile]: {{.*}}/Modules/Inputs/DependsOnModule.framework{{[/\\]}}Headers{{[/\\]}… 23 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_MODULE_H:.*/Modules/Inputs/DependsOnModule\.framework[… 24 // CHECK-DMOD-NEXT: [ppIncludedFile]: {{.*}}/Modules/Inputs/Module.framework{{[/\\]}}Headers{{[/\\]… 25 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_OTHER_H:.*/Modules/Inputs/DependsOnModule\.framework[/… 26 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_NOT_CXX_H:.*/Modules/Inputs/DependsOnModule\.framework… 27 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\… 28 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_OTHER_H:.*/Modules/Inputs/DependsOnModule.framewor… 29 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_PRIVATE_H:.*/Modules/Inputs/DependsOnModule.framework[… 41 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMOD_MODULE_H:.*/Modules/Inputs/Module\.framework[/\\]Heade… 42 // 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 | 47 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h 67 // 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() 673 IdxCtx.ppIncludedFile(Loc, ID->getFileName(), in indexPreprocessingRecord()
|
D | IndexingContext.h | 368 void ppIncludedFile(SourceLocation hashLoc,
|
/external/clang/include/clang-c/ |
D | Index.h | 5552 CXIdxClientFile (*ppIncludedFile)(CXClientData client_data, member
|