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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 502 SourceLocation getReturnLoc() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2787 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; }
2790 SourceLocation getBeginLoc() const { return getReturnLoc(); }
2792 return RetExpr ? RetExpr->getEndLoc() : getReturnLoc();

Completed in 30 milliseconds