OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026