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

References

tools/clang/include/clang/AST/Expr.h
 1930   SourceLocation getLocation() const { return PredefinedExprBits.Loc; }
 1931   void setLocation(SourceLocation L) { PredefinedExprBits.Loc = L; }
tools/clang/lib/AST/Expr.cpp
  620   PredefinedExprBits.Loc = L;