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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 457 SourceLocation CoreturnLoc;
466 CoreturnStmt(SourceLocation CoreturnLoc, Stmt *Operand, Stmt *PromiseCall,
468 : Stmt(CoreturnStmtClass), CoreturnLoc(CoreturnLoc),
476 SourceLocation getKeywordLoc() const { return CoreturnLoc; }
492 SourceLocation getBeginLoc() const LLVM_READONLY { return CoreturnLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 465 S->CoreturnLoc = Record.readSourceLocation();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 1459 StmtResult RebuildCoreturnStmt(SourceLocation CoreturnLoc, Expr *Result,
1461 return getSema().BuildCoreturnStmt(CoreturnLoc, Result, IsImplicit);

Completed in 27 milliseconds