Searched refs:getAtCatchLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtObjC.h102 SourceLocation getAtCatchLoc() const { return AtCatchLoc; } function in class:clang::ObjCAtCatchStmt
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp398 AC->getAtCatchLoc()));
H A DTreeTransform.h5987 return getDerived().RebuildObjCAtCatchStmt(S->getAtCatchLoc(),
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1035 Writer.AddSourceLocation(S->getAtCatchLoc(), Record);

Completed in 192 milliseconds