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

References

tools/clang/include/clang/AST/StmtCXX.h
  476   SourceLocation getKeywordLoc() const { return CoreturnLoc; }
  492   SourceLocation getBeginLoc() const LLVM_READONLY { return CoreturnLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  465   S->CoreturnLoc = Record.readSourceLocation();