Home
last modified time | relevance | path

Searched refs:isImport (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/clang/test/Index/
Dindex-module.m15 …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/
Dindex-module.m15 …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/
DHeaderSearch.h52 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/
DHeaderSearch.h41 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()
DPreprocessor.h1877 bool isImport = false);
/external/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalBase.hpp55 virtual bool isImport() const in isImport() function in vk::DeviceMemory::ExternalBase
DVkDeviceMemory.cpp310 …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()
DVkDeviceMemoryExternalAndroid.hpp75 bool isImport() const override in isImport() function in AHardwareBufferExternalMemory
/external/clang/lib/Lex/
DHeaderSearch.cpp84 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()
DPPDirectives.cpp1683 bool isImport) { in HandleIncludeDirective() argument
1985 !HeaderInfo.ShouldEnterIncludeFile(*this, File, isImport, in HandleIncludeDirective()
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp94 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/
DIndexing.cpp253 bool isImport = (IncludeTok.is(tok::identifier) && in InclusionDirective() local
255 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
DCXIndexDataConsumer.h370 bool isImport, bool isAngled, bool isModuleImport);
DCXIndexDataConsumer.cpp458 bool isImport, bool isAngled, in ppIncludedFile() argument
468 isImport, isAngled, isModuleImport }; in ppIncludedFile()
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp268 bool isImport = (IncludeTok.is(tok::identifier) && in InclusionDirective() local
270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
DCXIndexDataConsumer.h368 bool isImport, bool isAngled, bool isModuleImport);
DCXIndexDataConsumer.cpp463 bool isImport, bool isAngled, in ppIncludedFile() argument
473 isImport, isAngled, isModuleImport }; in ppIncludedFile()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DHTMLImports.js526 if (isImport(n)) {
531 function isImport(element) { function
Dwebcomponents-lite.js1260 if (isImport(n)) {
1265 function isImport(element) { function
Dwebcomponents.js5946 if (isImport(n)) {
5951 function isImport(element) { function
/external/clang/include/clang-c/
DIndex.h5447 int isImport; member
/external/llvm-project/clang/include/clang-c/
DIndex.h6206 int isImport; member
/external/rust/crates/clang-sys/src/
Dlib.rs1466 pub isImport: c_int, field
/external/clang/tools/c-index-test/
Dc-index-test.c3107 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3648 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()

12