Home
last modified time | relevance | path

Searched refs:getGetterNameLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDIndexDecl.cpp154 AssociatedProp->getGetterNameLoc(): in handleObjCMethod()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp203 GetterSel, ODS.getGetterNameLoc(), in ActOnProperty()
215 GetterSel, ODS.getGetterNameLoc(), SetterSel, in ActOnProperty()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h901 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h921 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp864 Record.AddSourceLocation(D->getGetterNameLoc()); in VisitObjCPropertyDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp5005 D->getGetterNameLoc(), D->getSetterNameLoc(), in VisitObjCPropertyDecl()