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