HomeSort by: relevance | last modified time | path
    Searched refs:setAtIndexMethodDecl (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TextNodeDumper.cpp 1330 if (Node->setAtIndexMethodDecl())
1331 Node->setAtIndexMethodDecl()->getSelector().print(OS);
JSONNodeDumper.cpp 1140 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl())
StmtProfile.cpp 2198 VisitDecl(S->setAtIndexMethodDecl());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 855 ObjCMethodDecl *SetAtIndexMethodDecl;
862 GetAtIndexMethodDecl(getMethod), SetAtIndexMethodDecl(setMethod) {
890 ObjCMethodDecl *setAtIndexMethodDecl() const {
891 return SetAtIndexMethodDecl;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(),
TreeTransform.h 13920 E->setAtIndexMethodDecl());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1386 Record.AddDeclRef(E->setAtIndexMethodDecl());

Completed in 62 milliseconds