OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compoundstmt
(Results
1 - 25
of
104
) sorted by null
1
2
3
4
5
/external/clang/test/Misc/
ast-dump-stmt.m
30
// CHECK-NEXT:
CompoundStmt
33
// CHECK-NEXT:
CompoundStmt
35
// CHECK-NEXT:
CompoundStmt
ast-dump-stmt.c
19
// CHECK-NEXT:
CompoundStmt
ast-dump-decl.cpp
125
// CHECK:
CompoundStmt
131
// CHECK-NEXT:
CompoundStmt
137
// CHECK-NEXT:
CompoundStmt
170
// CHECK-NEXT:
CompoundStmt
174
// CHECK-NEXT:
CompoundStmt
182
// CHECK-NEXT:
CompoundStmt
/external/clang/test/Index/
annotate-tokens-preamble.c
17
// CHECK: Punctuation: "{" [3:19 - 3:20]
CompoundStmt
=
18
// CHECK: Punctuation: "}" [4:1 - 4:2]
CompoundStmt
=
annotate-tokens-with-default-args.cpp
15
// CHECK: Punctuation: "{" [3:21 - 3:22]
CompoundStmt
=
16
// CHECK: Punctuation: "}" [3:22 - 3:23]
CompoundStmt
=
preamble_macro_template.cpp
9
// CHECK: preamble_macro_template.h:4:16:
CompoundStmt
= Extent=[4:16 - 6:2]
15
// CHECK: preamble_macro_template.cpp:3:12:
CompoundStmt
= Extent=[3:12 - 3:15]
annotate-tokens.cpp
35
// CHECK: Punctuation: "{" [2:19 - 2:20]
CompoundStmt
=
39
// CHECK: Punctuation: ";" [3:10 - 3:11]
CompoundStmt
=
46
// CHECK: Punctuation: ";" [4:29 - 4:30]
CompoundStmt
=
47
// CHECK: Punctuation: "}" [5:1 - 5:2]
CompoundStmt
=
72
// CHECK: Punctuation: "{" [11:17 - 11:18]
CompoundStmt
=
77
// CHECK: Punctuation: ";" [12:8 - 12:9]
CompoundStmt
=
82
// CHECK: Punctuation: ";" [13:8 - 13:9]
CompoundStmt
=
83
// CHECK: Punctuation: "}" [14:1 - 14:2]
CompoundStmt
=
112
// CHECK: Punctuation: "{" [18:19 - 18:20]
CompoundStmt
=
118
// CHECK: Punctuation: ";" [19:10 - 19:11]
CompoundStmt
[
all
...]
annotate-subscripting.m
45
// CHECK: Punctuation: ";" [24:15 - 24:16]
CompoundStmt
=
62
// CHECK: Punctuation: ";" [26:22 - 26:23]
CompoundStmt
=
70
// CHECK: Punctuation: ";" [33:30 - 33:31]
CompoundStmt
=
77
// CHECK: Punctuation: ";" [34:30 - 34:31]
CompoundStmt
=
ms-if-exists.cpp
17
// CHECK: Punctuation: "}" [4:7 - 4:8]
CompoundStmt
=
c-index-getCursor-test.m
114
// CHECK: [44:42 - 45:2]
CompoundStmt
=
118
// CHECK: [45:12 - 46:2]
CompoundStmt
=
125
// CHECK: [46:19 - 47:2]
CompoundStmt
=
134
// CHECK: [47:27 - 48:2]
CompoundStmt
=
140
// CHECK: [48:15 - 49:2]
CompoundStmt
=
144
// CHECK: [49:7 - 50:2]
CompoundStmt
=
148
// CHECK: [50:13 - 51:2]
CompoundStmt
=
156
// CHECK: [51:44 - 52:3]
CompoundStmt
=
164
// CHECK: [52:37 - 53:2]
CompoundStmt
=
blocks.c
13
// CHECK: blocks.c:6:13:
CompoundStmt
= Extent=[6:13 - 10:2]
24
// CHECK: blocks.c:9:28:
CompoundStmt
= Extent=[9:28 - 9:58]
annotate-tokens.m
177
// CHECK: Punctuation: "{" [6:28 - 6:29]
CompoundStmt
=
180
// CHECK: Punctuation: ";" [7:11 - 7:12]
CompoundStmt
=
189
// CHECK: Punctuation: ";" [8:21 - 8:22]
CompoundStmt
=
190
// CHECK: Punctuation: "}" [9:1 - 9:2]
CompoundStmt
=
221
// CHECK: Punctuation: "{" [23:1 - 23:2]
CompoundStmt
=
227
// CHECK: Punctuation: "}" [25:1 - 25:2]
CompoundStmt
=
278
// CHECK: Punctuation: "{" [39:1 - 39:2]
CompoundStmt
=
282
// CHECK: Punctuation: ";" [40:20 - 40:21]
CompoundStmt
=
289
// CHECK: Punctuation: ";" [41:17 - 41:18]
CompoundStmt
=
290
// CHECK: Punctuation: "}" [42:1 - 42:2]
CompoundStmt
[
all
...]
annotate-tokens-pp.c
119
// CHECK: Punctuation: "{" [13:24 - 13:25]
CompoundStmt
=
159
// CHECK: Punctuation: "}" [19:1 - 19:2]
CompoundStmt
=
184
// CHECK: Punctuation: "{" [23:13 - 23:14]
CompoundStmt
=
191
// CHECK: Punctuation: "(" [25:24 - 25:25]
CompoundStmt
=
194
// CHECK: Punctuation: "{" [25:28 - 25:29]
CompoundStmt
=
202
// CHECK: Punctuation: ";" [25:44 - 25:45]
CompoundStmt
=
203
// CHECK: Punctuation: "}" [25:46 - 25:47]
CompoundStmt
=
205
// CHECK: Punctuation: ")" [25:47 - 25:48]
CompoundStmt
=
206
// CHECK: Punctuation: ";" [25:48 - 25:49]
CompoundStmt
=
207
// CHECK: Punctuation: "}" [26:1 - 26:2]
CompoundStmt
[
all
...]
/frameworks/compile/slang/
slang_rs_ast_replace.cpp
42
void RSASTReplace::ReplaceInCompoundStmt(clang::
CompoundStmt
*CS) {
46
clang::
CompoundStmt
::body_iterator bI = CS->body_begin();
47
clang::
CompoundStmt
::body_iterator bE = CS->body_end();
80
void RSASTReplace::VisitCompoundStmt(clang::
CompoundStmt
*CS) {
slang_rs_ast_replace.h
56
void ReplaceInCompoundStmt(clang::
CompoundStmt
*CS);
70
void VisitCompoundStmt(clang::
CompoundStmt
*CS);
slang_rs_object_ref_count.cpp
93
// This function constructs a new
CompoundStmt
from the input StmtList.
94
static clang::
CompoundStmt
* BuildCompoundStmt(clang::ASTContext &C,
109
clang::
CompoundStmt
*CS = new(C) clang::
CompoundStmt
(
118
clang::
CompoundStmt
*CS,
122
clang::
CompoundStmt
::body_iterator bI = CS->body_begin();
123
clang::
CompoundStmt
::body_iterator bE = CS->body_end();
152
// When S is NULL, we are appending to the end of the
CompoundStmt
.
195
// This should always be a
CompoundStmt
.
219
// current outermost
CompoundStmt
[
all
...]
slang_rs_object_ref_count.h
49
clang::
CompoundStmt
*mCS; // Associated compound statement ({ ... })
53
explicit Scope(clang::
CompoundStmt
*CS) : mCS(CS) {
141
void VisitCompoundStmt(clang::
CompoundStmt
*CS);
/external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp
89
bool VisitCompoundStmt(
CompoundStmt
*S) {
92
for (
CompoundStmt
::body_iterator
159
CompoundStmt
*S = E->getSubStmt();
160
for (
CompoundStmt
::body_iterator
169
bool VisitCompoundStmt(
CompoundStmt
*S) {
170
for (
CompoundStmt
::body_iterator
190
static bool isBodyEmpty(
CompoundStmt
*body, ASTContext &Ctx,
192
for (
CompoundStmt
::body_iterator
/external/clang/include/clang/AST/
StmtCXX.h
96
CompoundStmt
*getTryBlock() {
97
return cast<
CompoundStmt
>(getStmts()[0]);
99
const
CompoundStmt
*getTryBlock() const {
100
return cast<
CompoundStmt
>(getStmts()[0]);
248
CompoundStmt
*SubStmt)
274
CompoundStmt
*getSubStmt() const {
275
return reinterpret_cast<
CompoundStmt
*>(SubStmt);
StmtObjC.h
282
const
CompoundStmt
*getSynchBody() const {
283
return reinterpret_cast<
CompoundStmt
*>(SubStmts[SYNC_BODY]);
285
CompoundStmt
*getSynchBody() {
286
return reinterpret_cast<
CompoundStmt
*>(SubStmts[SYNC_BODY]);
/external/clang/include/clang/Analysis/Visitors/
CFGRecStmtVisitor.h
29
void VisitCompoundStmt(
CompoundStmt
*S) {
30
// Do nothing. Everything in a
CompoundStmt
is inlined
/external/clang/test/Tooling/
clang-check-ast-dump.cpp
6
// CHECK-NEXT:
CompoundStmt
16
// CHECK-FILTER-NEXT:
CompoundStmt
/external/clang/unittests/AST/
ASTContextParentMapTest.cpp
37
ifStmt(hasParent(
compoundStmt
()))));
65
compoundStmt
(
/external/clang/lib/AST/
StmtPrinter.cpp
65
void PrintRawCompoundStmt(
CompoundStmt
*S);
114
void StmtPrinter::PrintRawCompoundStmt(
CompoundStmt
*Node) {
116
for (
CompoundStmt
::body_iterator I = Node->body_begin(), E = Node->body_end();
146
void StmtPrinter::VisitCompoundStmt(
CompoundStmt
*Node) {
199
if (
CompoundStmt
*CS = dyn_cast<
CompoundStmt
>(If->getThen())) {
212
if (
CompoundStmt
*CS = dyn_cast<
CompoundStmt
>(Else)) {
239
// Pretty print
compoundstmt
bodies (very common).
240
if (
CompoundStmt
*CS = dyn_cast<CompoundStmt>(Node->getBody()))
[
all
...]
/external/clang/docs/
ClangCheck.rst
27
(
CompoundStmt
0x7ff3a302aa10 <line:1:10, line:3:1>
Completed in 1057 milliseconds
1
2
3
4
5