Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h970 FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc,
980 Selector GetterSel, SourceLocation GetterNameLoc,
H A DDeclSpec.h966 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc()
969 GetterNameLoc = loc; in setGetterName()
995 SourceLocation GetterNameLoc; // location of the getter attribute's value variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp406 FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, in HandlePropertyInClassExtension() argument
504 FD, GetterSel, GetterNameLoc, in HandlePropertyInClassExtension()
553 SourceLocation GetterNameLoc, Selector SetterSel, in CreatePropertyDecl() argument
628 PDecl->setGetterName(GetterSel, GetterNameLoc); in CreatePropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h762 SourceLocation GetterNameLoc; variable
885 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc()
889 GetterNameLoc = Loc;