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

Definitions

tools/clang/lib/AST/JSONNodeDumper.cpp
  168 void JSONNodeDumper::Visit(const OMPClause *C) {}
tools/clang/lib/AST/TextNodeDumper.cpp
  305 void TextNodeDumper::Visit(const OMPClause *C) {
tools/clang/unittests/AST/ASTTraverserTest.cpp
   57   void Visit(const OMPClause *C) { OS << "OMPClause"; }