Home
last modified time | relevance | path

Searched defs:IfDefScope (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DCodeGenHelpers.h41 IfDefScope(llvm::StringRef name, llvm::raw_ostream &os) in IfDefScope() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp26 class IfDefScope { class
28 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in IfDefScope() function in __anon959156240111::IfDefScope