Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h496 void setDeclImplementation(ObjCImplementationControl ic) { in setDeclImplementation() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp843 setDeclImplementation(impControl); in ObjCMethodDecl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7948 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
7990 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
8119 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1185 MD->setDeclImplementation( in VisitObjCMethodDecl()