HomeSort by: relevance | last modified time | path
    Searched defs:Stmt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 658 static void checkNoThrow(Sema &S, const Stmt *E,
711 bool Sema::checkFinalSuspendNoThrow(const Stmt *FinalSuspend) {
763 return cast<Stmt>(Suspend.get());
1027 Stmt *Res = new (Context) CoreturnStmt(Loc, E, PCE, IsImplicit);
1088 void Sema::CheckCompletedCoroutineBody(FunctionDecl *FD, Stmt *&Body) {
1106 // Coroutines [stmt.return]p1:
1125 Stmt *Body)
1685 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc);
1686 if (Stmt.isInvalid())
1689 ScopeInfo->CoroutineParameterMoves.insert(std::make_pair(PD, Stmt.get()))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 159 // - Stmt: Statement, members are reference nodes.
160 // - Block: Basic block, members are instruction nodes (i.e. Phi or Stmt).
278 Stmt = 0x0004 << 2, // 100
318 return KB == Phi || KB == Stmt;
320 case Stmt:
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 1137 StringRef Stmt = FrameFunc.substr(0, EqOrEnd);
1138 W.printString(Stmt);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1 //===- Stmt.h - Classes for representing statements -------------*- C++ -*-===//
9 // This file defines the Stmt interface and subclasses.
66 /// Stmt - This represents one statement.
68 class alignas(void *) Stmt {
72 #define STMT(CLASS, PARENT) CLASS##Class,
77 #define ABSTRACT_STMT(STMT)
99 friend class Stmt;
719 /// Do we allocate an array? If so, the first trailing "Stmt *" is the
1113 /// Iterator for iterating over Stmt * arrays that contain only T *.
1115 /// This is needed because AST nodes use Stmt* arrays to stor
    [all...]

Completed in 24 milliseconds