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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 1154 OMPParallelMasterTaskLoopSimdDirective *
1155 OMPParallelMasterTaskLoopSimdDirective::Create(
1159 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>(
1190 OMPParallelMasterTaskLoopSimdDirective *
1191 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C,
1195 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>(
StmtPrinter.cpp 866 OMPParallelMasterTaskLoopSimdDirective *Node) {
StmtProfile.cpp 1068 const OMPParallelMasterTaskLoopSimdDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 3774 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {
3783 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc,
3794 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum)
3810 static OMPParallelMasterTaskLoopSimdDirective *
3822 static OMPParallelMasterTaskLoopSimdDirective *
RecursiveASTVisitor.h 2938 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2507 OMPParallelMasterTaskLoopSimdDirective *D) {
3400 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(
ASTWriterStmt.cpp 2442 OMPParallelMasterTaskLoopSimdDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 320 cast<OMPParallelMasterTaskLoopSimdDirective>(*S));
CodeGenFunction.h 3487 const OMPParallelMasterTaskLoopSimdDirective &S);
CGStmtOpenMP.cpp 7042 const OMPParallelMasterTaskLoopSimdDirective &S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2088 const OMPParallelMasterTaskLoopSimdDirective *D);
3059 const OMPParallelMasterTaskLoopSimdDirective *D) {
5651 return cxstring::createRef("OMPParallelMasterTaskLoopSimdDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8915 OMPParallelMasterTaskLoopSimdDirective *D) {
SemaOpenMP.cpp 11789 return OMPParallelMasterTaskLoopSimdDirective::Create(

Completed in 145 milliseconds