Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h899 SourceLocation getSetterNameLoc() const { return SetterNameLoc; } in getSetterNameLoc()
902 SetterNameLoc = loc; in setSetterName()
921 SourceLocation SetterNameLoc; // location of the setter attribute's value variable
DSema.h4249 SourceLocation SetterNameLoc,
4267 SourceLocation SetterNameLoc,
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h781 SourceLocation SetterNameLoc; variable
913 SourceLocation getSetterNameLoc() const { return SetterNameLoc; } in getSetterNameLoc()
917 SetterNameLoc = Loc;
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp419 SourceLocation SetterNameLoc, in HandlePropertyInClassExtension() argument
521 SetterSel, SetterNameLoc, in HandlePropertyInClassExtension()
573 SourceLocation SetterNameLoc, in CreatePropertyDecl() argument
653 PDecl->setSetterName(SetterSel, SetterNameLoc); in CreatePropertyDecl()