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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2652 const RecordDecl *RD = S.getCapturedRecordDecl();
2703 const RecordDecl *RD = S.getCapturedRecordDecl();
CGStmtOpenMP.cpp 323 const RecordDecl *RD = S.getCapturedRecordDecl();
429 const RecordDecl *RD = FO.S->getCapturedRecordDecl();
4589 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl());
4725 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl());
6833 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl());
CGOpenMPRuntimeGPU.cpp 4064 const auto *RD = CS.getCapturedRecordDecl();
CodeGenFunction.h 388 S.getCapturedRecordDecl()->field_begin();
CGOpenMPRuntime.cpp 10229 auto RI = CS.getCapturedRecordDecl()->field_begin();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3589 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 522 Record.AddDeclRef(S->getCapturedRecordDecl());

Completed in 56 milliseconds