HomeSort by: relevance | last modified time | path
    Searched refs:OMPSeqCstClause (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2051 class OMPSeqCstClause : public OMPClause {
2057 OMPSeqCstClause(SourceLocation StartLoc, SourceLocation EndLoc)
2061 OMPSeqCstClause()
RecursiveASTVisitor.h 3182 bool RecursiveASTVisitor<Derived>::VisitOMPSeqCstClause(OMPSeqCstClause *) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 1726 void OMPClausePrinter::VisitOMPSeqCstClause(OMPSeqCstClause *) {
StmtProfile.cpp 542 void OMPClauseProfiler::VisitOMPSeqCstClause(const OMPSeqCstClause *) {}
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6131 void OMPClauseWriter::VisitOMPSeqCstClause(OMPSeqCstClause *) {}
ASTReader.cpp 11763 C = new (Context) OMPSeqCstClause();
12107 void OMPClauseReader::VisitOMPSeqCstClause(OMPSeqCstClause *) {}
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 5840 if (S.getSingleClause<OMPSeqCstClause>()) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2265 void OMPClauseEnqueue::VisitOMPSeqCstClause(const OMPSeqCstClause *) {}
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 9330 TreeTransform<Derived>::TransformOMPSeqCstClause(OMPSeqCstClause *C) {
SemaOpenMP.cpp 14696 return new (Context) OMPSeqCstClause(StartLoc, EndLoc);

Completed in 68 milliseconds