Searched defs:OMPCriticalDirective (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtOpenMP.h1228 class OMPCriticalDirective : public OMPExecutableDirective { class in namespace:clang
1239 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc, function in class:clang::OMPCriticalDirective
1249 explicit OMPCriticalDirective(unsigned NumClauses) function in class:clang::OMPCriticalDirective
1271 static OMPCriticalDirective *
1281 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,

Completed in 193 milliseconds