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

References

tools/clang/include/clang/AST/ExprObjC.h
 1416   SourceLocation getLeftLoc() const { return LBracLoc; }
 1448     LBracLoc = R.getBegin();
 1452   SourceLocation getBeginLoc() const LLVM_READONLY { return LBracLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1309   E->LBracLoc = ReadSourceLocation();