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

References

tools/clang/include/clang/AST/Expr.h
 3896   SourceLocation getAmpAmpLoc() const { return AmpAmpLoc; }
 3897   void setAmpAmpLoc(SourceLocation L) { AmpAmpLoc = L; }
 3901   SourceLocation getBeginLoc() const LLVM_READONLY { return AmpAmpLoc; }