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

References

tools/clang/include/clang/AST/ExprCXX.h
 4589   SourceLocation getBeginLoc() const LLVM_READONLY { return LParenLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1911   E->LParenLoc = ReadSourceLocation();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1846   Record.AddSourceLocation(E->LParenLoc);