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.cpp842 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.cpp8110 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
8153 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
8283 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1177 MD->setDeclImplementation( in VisitObjCMethodDecl()