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

References

tools/clang/include/clang/AST/ExprObjC.h
 1662   SourceLocation getLParenLoc() const { return LParenLoc; }
 1675   SourceLocation getBeginLoc() const LLVM_READONLY { return LParenLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  847   E->LParenLoc = ReadSourceLocation();