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

References

tools/clang/include/clang/AST/ExprCXX.h
 4153   SourceLocation getOperatorLoc() const { return OperatorLoc; }
 4190   SourceLocation getBeginLoc() const LLVM_READONLY { return OperatorLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1855   E->OperatorLoc = ReadSourceLocation();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1794   Record.AddSourceLocation(E->OperatorLoc);