Home
last modified time | relevance | path

Searched refs:NoInherit (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h284 NoInherit = 0x0040, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp335 CV_ENUM_CLASS_ENT(MethodOptions, NoInherit),
H A DTypeDumpVisitor.cpp53 ENUM_ENTRY(MethodOptions, NoInherit),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp193 PUSH_FLAG(MethodOptions, NoInherit, Flags, "noinherit"); in memberAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp384 IO.bitSetCase(Options, "NoInherit", MethodOptions::NoInherit); in bitset()