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

References

tools/clang/include/clang/AST/OpenMPClause.h
   66   SourceLocation getBeginLoc() const { return StartLoc; }
   72   void setLocStart(SourceLocation Loc) { StartLoc = Loc; }
   80   bool isImplicit() const { return StartLoc.isInvalid(); }