OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCAtCatchStmt
(Results
1 - 17
of
17
) sorted by null
/external/clang/include/clang/AST/
StmtObjC.h
74
class
ObjCAtCatchStmt
: public Stmt {
81
ObjCAtCatchStmt
(SourceLocation atCatchLoc, SourceLocation rparenloc,
87
explicit
ObjCAtCatchStmt
(EmptyShell Empty) :
206
const
ObjCAtCatchStmt
*getCatchStmt(unsigned I) const {
208
return cast_or_null<
ObjCAtCatchStmt
>(getStmts()[I + 1]);
212
ObjCAtCatchStmt
*getCatchStmt(unsigned I) {
214
return cast_or_null<
ObjCAtCatchStmt
>(getStmts()[I + 1]);
218
void setCatchStmt(unsigned I,
ObjCAtCatchStmt
*S) {
RecursiveASTVisitor.h
[
all
...]
/external/clang/lib/CodeGen/
CGObjCRuntime.cpp
194
const
ObjCAtCatchStmt
*CatchStmt = S.getCatchStmt(I);
CGObjCMac.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
44
bool TraverseObjCAtCatchStmt(
ObjCAtCatchStmt
*S) {
/external/clang/lib/AST/
ASTDumper.cpp
530
void VisitObjCAtCatchStmt(const
ObjCAtCatchStmt
*Node);
[
all
...]
StmtPrinter.cpp
462
ObjCAtCatchStmt
*catchStmt = Node->getCatchStmt(I);
486
void StmtPrinter::VisitObjCAtCatchStmt (
ObjCAtCatchStmt
*Node) {
[
all
...]
ASTImporter.cpp
206
Stmt *VisitObjCAtCatchStmt(
ObjCAtCatchStmt
*S);
[
all
...]
StmtProfile.cpp
230
void StmtProfiler::VisitObjCAtCatchStmt(const
ObjCAtCatchStmt
*S) {
[
all
...]
/external/clang/lib/Sema/
JumpDiagnostics.cpp
427
ObjCAtCatchStmt
*AC = AT->getCatchStmt(I);
[
all
...]
SemaStmt.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
471
CFGBlock *VisitObjCAtCatchStmt(
ObjCAtCatchStmt
*S);
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
[
all
...]
ASTWriterStmt.cpp
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
[
all
...]
RewriteModernObjC.cpp
[
all
...]
Completed in 1222 milliseconds