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

References

tools/clang/include/clang/AST/Stmt.h
 1341     CompoundStmtBits.LBraceLoc = Loc;
 1424   SourceLocation getBeginLoc() const { return CompoundStmtBits.LBraceLoc; }
 1427   SourceLocation getLBracLoc() const { return CompoundStmtBits.LBraceLoc; }
tools/clang/lib/AST/Stmt.cpp
  308   CompoundStmtBits.LBraceLoc = LB;
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  167   S->CompoundStmtBits.LBraceLoc = ReadSourceLocation();