Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp839 setDeclImplementation(impControl); in ObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h496 void setDeclImplementation(ObjCImplementationControl ic) { in setDeclImplementation() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8047 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
8089 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
8209 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1184 MD->setDeclImplementation( in VisitObjCMethodDecl()