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

References

tools/clang/include/clang/AST/Expr.h
 4196   SourceLocation getTokenLocation() const { return TokenLoc; }
 4197   void setTokenLocation(SourceLocation L) { TokenLoc = L; }
 4199   SourceLocation getBeginLoc() const LLVM_READONLY { return TokenLoc; }
 4200   SourceLocation getEndLoc() const LLVM_READONLY { return TokenLoc; }