Searched defs:OMPCriticalDirective (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 1029 class OMPCriticalDirective : public OMPExecutableDirective { class in namespace:clang 1039 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc, function in class:clang::OMPCriticalDirective 1047 explicit OMPCriticalDirective() function in class:clang::OMPCriticalDirective 1067 static OMPCriticalDirective * 1075 static OMPCriticalDirective *CreateEmpty(const ASTContext &C, EmptyShell); |
Completed in 433 milliseconds