Searched refs:MDK (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp180 ModuleDeclKind MDK, ModuleIdPath Path,
193 switch (MDK) {
195 MDK = ModuleDeclKind::PartitionImplementation;
198 MDK = ModuleDeclKind::PartitionInterface;
215 if (MDK != ModuleDeclKind::Implementation)
222 MDK = ModuleDeclKind::Interface;
315 switch (MDK) {
333 if (MDK == ModuleDeclKind::PartitionInterface)
385 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation;
404 if (MDK
179 ActOnModuleDecl(SourceLocation StartLoc, SourceLocation ModuleLoc, ModuleDeclKind MDK, ModuleIdPath Path, ModuleIdPath Partition, ModuleImportState &ImportState) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParser.cpp2393 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) local
2415 if (MDK == Sema::ModuleDeclKind::Interface) {
2426 if (MDK == Sema::ModuleDeclKind::Interface) {
2465 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, Partition,
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp567 unsigned MDK; local
569 if (parseMetadataAttachment(MDK, N))
571 MDs.push_back({MDK, N});
2109 unsigned MDK;
2111 if (parseMetadataAttachment(MDK, N))
2114 if (MDK == LLVMContext::MD_DIAssignID)
2117 Inst.setMetadata(MDK, N);
2119 if (MDK == LLVMContext::MD_tbaa)
2130 unsigned MDK;
2132 if (parseMetadataAttachment(MDK,
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3170 SourceLocation ModuleLoc, ModuleDeclKind MDK,

Completed in 289 milliseconds