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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 891 SourceLocation getGetterNameLoc() const { return GetterNameLoc; }
894 GetterNameLoc = loc;
920 SourceLocation GetterNameLoc; // location of the getter attribute's value
Sema.h 4387 SourceLocation GetterNameLoc,
4405 SourceLocation GetterNameLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 758 SourceLocation GetterNameLoc;
883 SourceLocation getGetterNameLoc() const { return GetterNameLoc; }
887 GetterNameLoc = Loc;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 410 SourceLocation GetterNameLoc,
513 FD, GetterSel, GetterNameLoc,
564 SourceLocation GetterNameLoc,
645 PDecl->setGetterName(GetterSel, GetterNameLoc);

Completed in 66 milliseconds