reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Demangle/MicrosoftDemangleNodes.h
  337   FuncClass FunctionClass = FC_Global;
lib/Demangle/MicrosoftDemangle.cpp
 1654     return FuncClass(FC_Global);
 1656     return FuncClass(FC_Global | FC_Far);
 1889     bool HasThisQuals = !(FC & (FC_Global | FC_Static));
lib/Demangle/MicrosoftDemangleNodes.cpp
  391     if (!(FunctionClass & FC_Global)) {