OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchesStmt
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_ast_replace.cpp
50
if (
matchesStmt
(*bI)) {
72
if (!
matchesStmt
(Child)) {
87
if (
matchesStmt
(CS->getSubStmt())) {
96
if (
matchesStmt
(DS->getSubStmt())) {
107
} else if (
matchesStmt
(DS->getBody())) {
116
if (
matchesStmt
(FS->getInit())) {
122
} else if (
matchesStmt
(FS->getBody())) {
133
} else if (
matchesStmt
(IS->getThen())) {
135
} else if (
matchesStmt
(IS->getElse())) {
161
} else if (
matchesStmt
(WS->getBody()))
[
all
...]
slang_rs_ast_replace.h
51
inline bool
matchesStmt
(const clang::Stmt *S) const {
Completed in 53 milliseconds