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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 1214 class OMPReverseOffloadClause final : public OMPClause {
1221 OMPReverseOffloadClause(SourceLocation StartLoc, SourceLocation EndLoc)
1225 OMPReverseOffloadClause()
RecursiveASTVisitor.h 3115 OMPReverseOffloadClause *) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 1646 void OMPClausePrinter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {
StmtProfile.cpp 509 const OMPReverseOffloadClause *C) {}
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 3285 isa<OMPReverseOffloadClause>(CNew) ||
6314 DSAStack->hasRequiresDeclWithClause<OMPReverseOffloadClause>() ||
14746 return new (Context) OMPReverseOffloadClause(StartLoc, EndLoc);
TreeTransform.h 9471 OMPReverseOffloadClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6626 void OMPClauseWriter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {}
ASTReader.cpp 11793 C = new (Context) OMPReverseOffloadClause();
12165 void OMPClauseReader::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {}
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2314 const OMPReverseOffloadClause *) {}

Completed in 115 milliseconds