Searched refs:AnyModule (Results 1 – 5 of 5) sorted by relevance
13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \16 ; RUN: -compiler-context="AnyModule:*,Struct:FromSubmodule" \
68 {CompilerContextKind::AnyModule, ConstString("*")}, in TEST()
210 AnyModule = Any | Module, enumerator
47 if (pat.kind == CompilerContextKind::AnyModule) { in contextMatches()58 if (pat.kind != CompilerContextKind::AnyModule && ctx->name != pat.name) in contextMatches()101 case CompilerContextKind::AnyModule: in Dump()
269 .Case("AnyModule", CompilerContextKind::AnyModule) in parseCompilerContext()