Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h891 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc()
894 GetterNameLoc = loc; in setGetterName()
920 SourceLocation GetterNameLoc; // location of the getter attribute's value variable
DSema.h4247 SourceLocation GetterNameLoc,
4265 SourceLocation GetterNameLoc,
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h778 SourceLocation GetterNameLoc; variable
905 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc()
909 GetterNameLoc = Loc;
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp417 SourceLocation GetterNameLoc, in HandlePropertyInClassExtension() argument
520 FD, GetterSel, GetterNameLoc, in HandlePropertyInClassExtension()
571 SourceLocation GetterNameLoc, in CreatePropertyDecl() argument
652 PDecl->setGetterName(GetterSel, GetterNameLoc); in CreatePropertyDecl()