Home
last modified time | relevance | path

Searched defs:DMD (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Lex/
DMacroInfo.cpp229 if (auto *DMD = dyn_cast<DefMacroDirective>(this)) { in dump() local
DPPMacroExpansion.cpp184 if (auto *DMD = dyn_cast_or_null<DefMacroDirective>(MD)) { in updateModuleMacroInfo() local
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp232 if (auto *DMD = dyn_cast<DefMacroDirective>(this)) { in dump() local
/external/llvm-project/clang/lib/CodeGen/
DModuleBuilder.cpp243 } else if (auto *DMD = dyn_cast<OMPDeclareMapperDecl>(Member)) { in HandleTagDeclDefinition() local
DCodeGenModule.cpp2754 } else if (auto *DMD = dyn_cast<OMPDeclareMapperDecl>(Global)) { in EmitGlobal() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp1163 if (auto *DMD = dyn_cast<DefMacroDirective>(MD)) in checkConfigMacro() local
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1384 if (auto *DMD = dyn_cast<DefMacroDirective>(MD)) in checkConfigMacro() local
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17429 auto *DMD = cast<OMPDeclareMapperDecl>(D); in buildUserDefinedMapperRef() local
18219 auto *DMD = OMPDeclareMapperDecl::Create(Context, DC, StartLoc, Name, in ActOnOpenMPDeclareMapperDirective() local