HomeSort by: relevance | last modified time | path
    Searched refs:MDK (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) {
105 if (MDK != ModuleDeclKind::Implementation)
112 MDK = ModuleDeclKind::Interface;
182 switch (MDK) {
231 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 2293 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export)
2315 if (MDK == Sema::ModuleDeclKind::Interface) {
2325 if (MDK == Sema::ModuleDeclKind::Interface) {
2360 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, IsFirstDecl);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 546 unsigned MDK;
548 if (parseMetadataAttachment(MDK, N))
550 MDs.push_back({MDK, N});
2223 unsigned MDK;
2225 if (parseMetadataAttachment(MDK, N))
2228 Inst.setMetadata(MDK, N);
2229 if (MDK == LLVMContext::MD_tbaa)
2240 unsigned MDK;
2242 if (parseMetadataAttachment(MDK, N))
2245 GO.addMetadata(MDK, *N)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2861 SourceLocation ModuleLoc, ModuleDeclKind MDK,

Completed in 93 milliseconds