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

  /external/clang/tools/libclang/
IndexBody.cpp 94 if (ObjCMethodDecl *MD = E->getBoxingMethod())
  /external/clang/include/clang/AST/
ExprObjC.h 111 ObjCMethodDecl *getBoxingMethod() const {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 783 Writer.AddDeclRef(E->getBoxingMethod(), Record);
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 63 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod();
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 36 milliseconds