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

  /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/include/clang/Sema/
DeclSpec.h 891 SourceLocation getGetterNameLoc() const { return GetterNameLoc; }
894 GetterNameLoc = loc;
920 SourceLocation GetterNameLoc; // location of the getter attribute's value

Completed in 38 milliseconds