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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 515 const Stmt *getAssociatedStmt() const {
516 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt();
518 Stmt *getAssociatedStmt() {
521 return Data->getAssociatedStmt();
OpenMPClause.h 8514 const Stmt *getAssociatedStmt() const {
8515 return const_cast<OMPChildren *>(this)->getAssociatedStmt();
8517 Stmt *getAssociatedStmt() {
8543 auto *CS = cast<CapturedStmt>(getAssociatedStmt());
8558 auto *CS = cast<CapturedStmt>(getAssociatedStmt());
8578 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) {
8586 return getAssociatedStmt();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 253 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt());
3874 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt();
3895 EmitStmt(S.getAssociatedStmt());
3956 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt();
3998 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt();
4035 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt();
4071 CGF.EmitStmt(S.getAssociatedStmt());
5888 EmitStopPoint(S.getAssociatedStmt());
7087 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt())
7152 EmitStmt(D.getAssociatedStmt());
    [all...]
CGOpenMPRuntimeGPU.cpp 371 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) {
CGOpenMPRuntime.cpp 10478 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6715 AddStmt(Data->getAssociatedStmt());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8437 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) {
8448 CS = D->getAssociatedStmt();
SemaOpenMP.cpp 3427 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt())
3435 Visit(S->getAssociatedStmt());

Completed in 94 milliseconds