Home
last modified time | relevance | path

Searched refs:StaticInline (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Modules/
H A Dsubmodules-merge-defs.cpp110 void use_static_inline() { StaticInline::g({}); } in use_static_inline()
/llvm-project-15.0.7/clang/test/Modules/Inputs/submodules-merge-defs/
H A Ddefs.h68 namespace StaticInline {
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h301 StaticInline = Static | Inline, enumerator
625 return addMethod<Properties | Method::StaticInline>( in addStaticInlineMethod()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp795 strfmt("generated{0}Parser", valueType), Method::StaticInline, in emitParsePrintDispatch()
799 strfmt("generated{0}Printer", valueType), Method::StaticInline, in emitParsePrintDispatch()