Home
last modified time | relevance | path

Searched defs:CoreturnLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtCXX.h380 SourceLocation CoreturnLoc; variable
387 CoreturnStmt(SourceLocation CoreturnLoc, Stmt *Operand, Stmt *PromiseCall) in CoreturnStmt()
/external/clang/lib/Sema/
DTreeTransform.h1306 StmtResult RebuildCoreturnStmt(SourceLocation CoreturnLoc, Expr *Result) { in RebuildCoreturnStmt()