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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1941     CommaLoc = SourceLocation();
 2460   bool isFirstDeclarator() const { return !CommaLoc.isValid(); }
 2461   SourceLocation getCommaLoc() const { return CommaLoc; }
 2462   void setCommaLoc(SourceLocation CL) { CommaLoc = CL; }