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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 62 if (isa<OMPTargetEnterDataDirective>(this) ||
887 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create(
890 return createDirective<OMPTargetEnterDataDirective>(
894 OMPTargetEnterDataDirective *
895 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N,
897 return createEmptyDirective<OMPTargetEnterDataDirective>(
StmtPrinter.cpp 795 OMPTargetEnterDataDirective *Node) {
StmtProfile.cpp 1011 const OMPTargetEnterDataDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2960 class OMPTargetEnterDataDirective : public OMPExecutableDirective {
2968 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc)
2975 explicit OMPTargetEnterDataDirective()
2989 static OMPTargetEnterDataDirective *
2998 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2905 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2438 OMPTargetEnterDataDirective *D) {
3316 S = OMPTargetEnterDataDirective::CreateEmpty(
ASTWriterStmt.cpp 2313 OMPTargetEnterDataDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 290 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S));
CodeGenFunction.h 3468 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
CGStmtOpenMP.cpp 6648 const OMPTargetEnterDataDirective &S) {
CGOpenMPRuntime.cpp 11067 assert((isa<OMPTargetEnterDataDirective>(D) ||
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2074 void VisitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective *D);
3002 const OMPTargetEnterDataDirective *D) {
5625 return cxstring::createRef("OMPTargetEnterDataDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8771 OMPTargetEnterDataDirective *D) {
SemaOpenMP.cpp 11320 return OMPTargetEnterDataDirective::Create(Context, StartLoc, EndLoc, Clauses,

Completed in 128 milliseconds