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

  /external/clang/include/clang/AST/
ExprObjC.h 771 ObjCMethodDecl *GetAtIndexMethodDecl;
790 GetAtIndexMethodDecl(getMethod),
822 ObjCMethodDecl *getAtIndexMethodDecl() const {
823 return GetAtIndexMethodDecl;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 932 E->GetAtIndexMethodDecl = ReadDeclAs<ObjCMethodDecl>(Record, Idx);
    [all...]

Completed in 27 milliseconds