HomeSort by relevance Sort by last modified time
    Searched refs:getCatchParamDecl (Results 1 - 25 of 25) sorted by null

  /external/clang/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtObjC.h 94 const VarDecl *getCatchParamDecl() const {
97 VarDecl *getCatchParamDecl() {
110 bool hasEllipsis() const { return getCatchParamDecl() == nullptr; }
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 194 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 465 if (catchStmt->getCatchParamDecl()) {
466 if (Decl *DS = catchStmt->getCatchParamDecl())
    [all...]
StmtProfile.cpp 234 if (S->getCatchParamDecl())
235 VisitType(S->getCatchParamDecl()->getType());
    [all...]
ASTDumper.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 177 milliseconds