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

References

tools/clang/include/clang/AST/ExprCXX.h
  651     CXXBoolLiteralExprBits.Loc = Loc;
  663   SourceLocation getLocation() const { return CXXBoolLiteralExprBits.Loc; }
  664   void setLocation(SourceLocation L) { CXXBoolLiteralExprBits.Loc = L; }