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

References

tools/clang/include/clang/AST/ExprObjC.h
  522   SourceLocation getProtocolIdLoc() const { return ProtoLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1226   E->ProtoLoc = ReadSourceLocation();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1142   Record.AddSourceLocation(E->ProtoLoc);