HomeSort by relevance Sort by last modified time
    Searched refs:OMPFromClause (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 686 OMPFromClause *
687 OMPFromClause::Create(const ASTContext &C, SourceLocation StartLoc,
713 OMPFromClause *Clause = new (Mem)
714 OMPFromClause(StartLoc, LParenLoc, EndLoc, NumVars, NumUniqueDeclarations,
722 OMPFromClause *OMPFromClause::CreateEmpty(const ASTContext &C, unsigned NumVars,
731 return new (Mem) OMPFromClause(NumVars, NumUniqueDeclarations,
StmtPrinter.cpp 923 void OMPClausePrinter::VisitOMPFromClause(OMPFromClause *Node) {
    [all...]
StmtProfile.cpp 529 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 89 milliseconds