HomeSort by relevance Sort by last modified time
    Searched refs:CoreturnLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 375 SourceLocation CoreturnLoc;
382 CoreturnStmt(SourceLocation CoreturnLoc, Stmt *Operand, Stmt *PromiseCall)
383 : Stmt(CoreturnStmtClass), CoreturnLoc(CoreturnLoc) {
388 SourceLocation getKeywordLoc() const { return CoreturnLoc; }
401 SourceLocation getLocStart() const LLVM_READONLY { return CoreturnLoc; }
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 41 milliseconds