|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/TypeRecord.h 81 ~unsigned(MethodOptions::AccessMask | MethodOptions::MethodKindMask));
include/llvm/Support/YAMLTraits.h 820 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
821 Val = static_cast<T>(Val | ConstVal);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp 80 bool is_artificial = (options & MethodOptions::CompilerGenerated) ==
tools/llvm-pdbutil/MinimalTypeDumper.cpp 192 PUSH_FLAG(MethodOptions, Pseudo, Flags, "pseudo");
193 PUSH_FLAG(MethodOptions, NoInherit, Flags, "noinherit");
194 PUSH_FLAG(MethodOptions, NoConstruct, Flags, "noconstruct");
195 PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated");
196 PUSH_FLAG(MethodOptions, Sealed, Flags, "sealed");