OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IgnoreContainers
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
629
CS->getCapturedStmt()->
IgnoreContainers
(/*IgnoreCaptured=*/true);
640
Body = NestedDir->getInnermostCapturedStmt()->
IgnoreContainers
(
827
CS->getCapturedStmt()->
IgnoreContainers
(/*IgnoreCaptured=*/true);
842
Body = NestedDir->getInnermostCapturedStmt()->
IgnoreContainers
(
855
Body = NestedDir->getInnermostCapturedStmt()->
IgnoreContainers
(
868
Body = NND->getInnermostCapturedStmt()->
IgnoreContainers
(
892
Body = NestedDir->getInnermostCapturedStmt()->
IgnoreContainers
(
1610
D.getInnermostCapturedStmt()->getCapturedStmt()->
IgnoreContainers
(
CGOpenMPRuntime.cpp
6550
const Stmt *Child = Body->
IgnoreContainers
();
6585
Child = Child->
IgnoreContainers
();
6612
CS->getCapturedStmt()->
IgnoreContainers
(/*IgnoreCaptured=*/true);
9547
CS->getCapturedStmt()->
IgnoreContainers
(/*IgnoreCaptured=*/true);
9559
Body = NestedDir->getInnermostCapturedStmt()->
IgnoreContainers
(
CGStmtOpenMP.cpp
1809
const Stmt *SimplifiedS = S->
IgnoreContainers
();
1899
D.getInnermostCapturedStmt()->getCapturedStmt()->
IgnoreContainers
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1229
Stmt *
IgnoreContainers
(bool IgnoreCaptured = false);
1230
const Stmt *
IgnoreContainers
(bool IgnoreCaptured = false) const {
1231
return const_cast<Stmt *>(this)->
IgnoreContainers
(IgnoreCaptured);
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
81
CurStmt = CurStmt->
IgnoreContainers
();
107
S = S->
IgnoreContainers
();
128
CurStmt = CurStmt->
IgnoreContainers
();
Stmt.cpp
195
Stmt *Stmt::
IgnoreContainers
(bool IgnoreCaptured) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
8948
AStmt->
IgnoreContainers
(!isOpenMPLoopTransformationDirective(DKind)),
11123
const Stmt *S = CS->
IgnoreContainers
(/*IgnoreCaptured=*/true);
12569
AStmt->
IgnoreContainers
(), /*TryImperfectlyNestedLoops=*/false,
Completed in 66 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026