OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCapturedStmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
528
const CapturedStmt *
getCapturedStmt
(OpenMPDirectiveKind RegionKind) const {
533
return Data->
getCapturedStmt
(RegionKind, CaptureRegions);
Stmt.h
3572
Stmt *
getCapturedStmt
() { return getStoredStmts()[NumCaptures]; }
3573
const Stmt *
getCapturedStmt
() const { return getStoredStmts()[NumCaptures]; }
3664
return
getCapturedStmt
()->getBeginLoc();
3668
return
getCapturedStmt
()->getEndLoc();
3672
return
getCapturedStmt
()->getSourceRange();
Completed in 37 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026