Home
last modified time | relevance | path

Searched defs:MacroType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dtype-traits.cpp96 using MacroType = TYPE_MACRO; typedef
/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp30 enum class MacroType { enum
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1377 uint8_t MacroType = MacroEntry.Type; emitMacroTableImpl() local
[all...]
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp991 uint8_t MacroType = MacroEntry.Type; emitMacroTableImpl() local
[all...]
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp222 createMacro(DIMacroFile * Parent,unsigned LineNumber,unsigned MacroType,StringRef Name,StringRef Value) createMacro() argument