/external/llvm-project/clang/test/Index/ |
D | index-module.m | 15 …nModule.h | name: "DependsOnModule/DependsOnModule.h" | hash loc: 2:1 | isImport: 0 | isAngled: 1 … 27 …pendsOnModule.framework{{[/\\]}}Headers{{[/\\]}}DependsOnModule.h:1:1 | isImport: 0 | isAngled: 1 … 32 …er\.h]] | name: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 … 48 …aders.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1 49 …MODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1 50 …h | name: "Module/Buried/Treasure.h" | hash loc: [[TMOD_MODULE_H]]:24:1 | isImport: 0 | isAngled: 1
|
/external/clang/test/Index/ |
D | index-module.m | 15 …nModule.h | name: "DependsOnModule/DependsOnModule.h" | hash loc: 2:1 | isImport: 0 | isAngled: 1 … 27 …pendsOnModule.framework{{[/\\]}}Headers{{[/\\]}}DependsOnModule.h:1:1 | isImport: 0 | isAngled: 1 … 31 …er\.h]] | name: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 … 47 …aders.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1 48 …MODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1 49 …h | name: "Module/Buried/Treasure.h" | hash loc: [[TMOD_MODULE_H]]:24:1 | isImport: 0 | isAngled: 1
|
/external/llvm-project/clang/include/clang/Lex/ |
D | HeaderSearch.h | 52 unsigned isImport : 1; member 114 : isImport(false), isPragmaOnce(false), DirInfo(SrcMgr::C_User), in HeaderFileInfo() 126 return isImport || isPragmaOnce || NumIncludes || ControllingMacro || in isNonDefault() 433 bool isImport, bool ModulesEnabled, 446 FI.isImport = true; in MarkFileIncludeOnce() 492 return FI && FI->isImport; in hasFileBeenImported()
|
/external/clang/include/clang/Lex/ |
D | HeaderSearch.h | 41 unsigned isImport : 1; member 103 : isImport(false), isPragmaOnce(false), DirInfo(SrcMgr::C_User), in HeaderFileInfo() 116 return isImport || isPragmaOnce || NumIncludes || ControllingMacro || in isNonDefault() 409 bool isImport, Module *CorrespondingModule); 421 FI.isImport = true; in MarkFileIncludeOnce()
|
D | Preprocessor.h | 1877 bool isImport = false);
|
/external/swiftshader/src/Vulkan/ |
D | VkDeviceMemoryExternalBase.hpp | 55 virtual bool isImport() const in isImport() function in vk::DeviceMemory::ExternalBase
|
D | VkDeviceMemory.cpp | 310 …device->emitDeviceMemoryReport(external->isImport() ? VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_UNIMPORT_… in destroy() 346 …device->emitDeviceMemoryReport(external->isImport() ? VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_IMPORT_EX… in allocate()
|
D | VkDeviceMemoryExternalAndroid.hpp | 75 bool isImport() const override in isImport() function in AHardwareBufferExternalMemory
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 84 NumOnceOnlyFiles += FileInfo[i].isImport; in PrintStats() 933 HFI.isImport |= OtherHFI.isImport; in mergeHeaderFileInfo() 1015 return HFI->isPragmaOnce || HFI->isImport || HFI->ControllingMacro || in isFileMultipleIncludeGuarded() 1041 bool isImport, Module *M) { in ShouldEnterIncludeFile() argument 1049 if (isImport) { in ShouldEnterIncludeFile() 1051 FileInfo.isImport = true; in ShouldEnterIncludeFile() 1058 if (FileInfo.isImport) in ShouldEnterIncludeFile()
|
D | PPDirectives.cpp | 1683 bool isImport) { in HandleIncludeDirective() argument 1985 !HeaderInfo.ShouldEnterIncludeFile(*this, File, isImport, in HandleIncludeDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | HeaderSearch.cpp | 94 NumOnceOnlyFiles += FileInfo[i].isImport; in PrintStats() 1162 HFI.isImport |= OtherHFI.isImport; in mergeHeaderFileInfo() 1271 const FileEntry *File, bool isImport, in ShouldEnterIncludeFile() argument 1318 if (isImport) { in ShouldEnterIncludeFile() 1320 FileInfo.isImport = true; in ShouldEnterIncludeFile() 1328 if (FileInfo.isImport && !TryEnterImported()) in ShouldEnterIncludeFile()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 253 bool isImport = (IncludeTok.is(tok::identifier) && in InclusionDirective() local 255 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
|
D | CXIndexDataConsumer.h | 370 bool isImport, bool isAngled, bool isModuleImport);
|
D | CXIndexDataConsumer.cpp | 458 bool isImport, bool isAngled, in ppIncludedFile() argument 468 isImport, isAngled, isModuleImport }; in ppIncludedFile()
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 268 bool isImport = (IncludeTok.is(tok::identifier) && in InclusionDirective() local 270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
|
D | CXIndexDataConsumer.h | 368 bool isImport, bool isAngled, bool isModuleImport);
|
D | CXIndexDataConsumer.cpp | 463 bool isImport, bool isAngled, in ppIncludedFile() argument 473 isImport, isAngled, isModuleImport }; in ppIncludedFile()
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | HTMLImports.js | 526 if (isImport(n)) { 531 function isImport(element) { function
|
D | webcomponents-lite.js | 1260 if (isImport(n)) { 1265 function isImport(element) { function
|
D | webcomponents.js | 5946 if (isImport(n)) { 5951 function isImport(element) { function
|
/external/clang/include/clang-c/ |
D | Index.h | 5447 int isImport; member
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 6206 int isImport; member
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 1466 pub isImport: c_int, field
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3107 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 3648 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()
|