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

  /external/clang/include/clang/AST/
StmtOpenMP.h 132 class OMPDefaultClause : public OMPClause {
161 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc,
169 OMPDefaultClause()
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 282 return new (Context) OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc,
TreeTransform.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 596 void OMPClausePrinter::VisitOMPDefaultClause(OMPDefaultClause *Node) {
    [all...]
StmtProfile.cpp 265 void OMPClauseProfiler::VisitOMPDefaultClause(const OMPDefaultClause *C) { }
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 1001 milliseconds