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

References

tools/clang/include/clang/AST/ExprCXX.h
  688     CXXNullPtrLiteralExprBits.Loc = Loc;
  697   SourceLocation getLocation() const { return CXXNullPtrLiteralExprBits.Loc; }
  698   void setLocation(SourceLocation L) { CXXNullPtrLiteralExprBits.Loc = L; }