Home
last modified time | relevance | path

Searched refs:ModuleImport (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/Index/
Dcomplete-modules.m9 // CHECK-TOP-LEVEL: ModuleImport:{TypedText Framework} (50)
10 // CHECK-TOP-LEVEL: ModuleImport:{TypedText LibA} (50)
11 // CHECK-TOP-LEVEL: ModuleImport:{TypedText nested} (50)
14 // CHECK-LIBA: ModuleImport:{TypedText Extensions} (50)
Dannotate-module.m21 // CHECK-NEXT: Punctuation: "@" [3:1 - 3:2] ModuleImport=DependsOnModule:3:1
22 // CHECK-NEXT: Keyword: "import" [3:2 - 3:8] ModuleImport=DependsOnModule:3:1
23 // CHECK-NEXT: Identifier: "DependsOnModule" [3:9 - 3:24] ModuleImport=DependsOnModule:3:1
49 // CHECK-CURSOR: 3:1 ModuleImport=DependsOnModule:3:1 (Definition) Extent=[3:1 - 3:24] Spellin…
Dcomplete-module-undef.m7 // CHECK: complete-module-undef.m:8:1: ModuleImport=ModuleUndef:8:1 (Definition) Extent=[8:1 - 8:20]
/external/clang/test/Index/
Dcomplete-modules.m9 // CHECK-TOP-LEVEL: ModuleImport:{TypedText Framework} (50)
10 // CHECK-TOP-LEVEL: ModuleImport:{TypedText LibA} (50)
11 // CHECK-TOP-LEVEL: ModuleImport:{TypedText nested} (50)
14 // CHECK-LIBA: ModuleImport:{TypedText Extensions} (50)
Dannotate-module.m21 // CHECK-NEXT: Punctuation: "@" [3:1 - 3:2] ModuleImport=DependsOnModule:3:1
22 // CHECK-NEXT: Keyword: "import" [3:2 - 3:8] ModuleImport=DependsOnModule:3:1
23 // CHECK-NEXT: Identifier: "DependsOnModule" [3:9 - 3:24] ModuleImport=DependsOnModule:3:1
49 // CHECK-CURSOR: 3:1 ModuleImport=DependsOnModule:3:1 (Definition) Extent=[3:1 - 3:24] Spellin…
Dcomplete-module-undef.m7 // CHECK: complete-module-undef.m:8:1: ModuleImport=ModuleUndef:8:1 (Definition) Extent=[8:1 - 8:20]
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td75 InGroup<ModuleImport>;
DDiagnosticGroups.td434 def ModuleImport : DiagGroup<"module-import">;
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp1710 case ImportAction::ModuleImport: in HandleIncludeDirective()
2211 return {ImportAction::ModuleImport, M}; in HandleHeaderIncludeOrImport()
DPreprocessor.cpp1207 case ImportAction::ModuleImport: in LexAfterModuleImport()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h2245 ModuleImport, enumerator