Home
last modified time | relevance | path

Searched refs:ppIncludedFile (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Index/
Dindex-module.m13 // 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 …]
Dindex-module-with-vfs.m20 // CHECK-MOD: [ppIncludedFile]: {{.*}}module_needs_vfs.h
26 // CHECK-MOD2: [ppIncludedFile]: {{.*}}base_module_needs_vfs.h
/external/clang/test/Index/skip-parsed-bodies/
Dcompile_commands.json47 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
67 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
/external/clang/tools/libclang/
DIndexingContext.cpp243 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()
DIndexing.cpp277 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
673 IdxCtx.ppIncludedFile(Loc, ID->getFileName(), in indexPreprocessingRecord()
DIndexingContext.h368 void ppIncludedFile(SourceLocation hashLoc,
/external/clang/include/clang-c/
DIndex.h5552 CXIdxClientFile (*ppIncludedFile)(CXClientData client_data, member