Home
last modified time | relevance | path

Searched refs:GetterNameLoc (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DDeclSpec.h914 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc()
917 GetterNameLoc = loc; in setGetterName()
943 SourceLocation GetterNameLoc; // location of the getter attribute's value variable
DSema.h4802 SourceLocation GetterNameLoc,
4820 SourceLocation GetterNameLoc,
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclObjC.h758 SourceLocation GetterNameLoc; variable
879 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc()
883 GetterNameLoc = Loc;
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaObjCProperty.cpp410 SourceLocation GetterNameLoc, in HandlePropertyInClassExtension() argument
513 FD, GetterSel, GetterNameLoc, in HandlePropertyInClassExtension()
564 SourceLocation GetterNameLoc, in CreatePropertyDecl() argument
645 PDecl->setGetterName(GetterSel, GetterNameLoc); in CreatePropertyDecl()