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

References

include/llvm/Support/CommandLine.h
 1630     if (Location)
 1632     Location = &L;
 1637     assert(Location != 0 && "cl::location(...) not specified for a command "
 1639     *Location |= Bit(V);
 1642   unsigned getBits() { return *Location; }
 1645     return (*Location & Bit(V)) != 0;