OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:catchStmt
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
998
///
catchStmt
()
1000
const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt>
catchStmt
;
[
all
...]
/external/clang/lib/AST/
StmtPrinter.cpp
465
ObjCAtCatchStmt *
catchStmt
= Node->getCatchStmt(I);
467
if (
catchStmt
->getCatchParamDecl()) {
468
if (Decl *DS =
catchStmt
->getCatchParamDecl())
472
if (CompoundStmt *CS = dyn_cast<CompoundStmt>(
catchStmt
->getCatchBody())) {
[
all
...]
Completed in 49 milliseconds