Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h501 void setDeclImplementation(ImplementationControl ic) { in setDeclImplementation() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp808 setDeclImplementation(impControl); in ObjCMethodDecl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7997 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
8039 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
8168 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1106 MD->setDeclImplementation((ObjCMethodDecl::ImplementationControl)Record.readInt()); in VisitObjCMethodDecl()