Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h460 void setDeclImplementation(ImplementationControl ic) { in setDeclImplementation() function
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp800 setDeclImplementation(impControl); in ObjCMethodDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h498 void setDeclImplementation(ImplementationControl ic) { in setDeclImplementation() function
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7770 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
7812 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
7941 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp922 MD->setDeclImplementation((ObjCMethodDecl::ImplementationControl)Record[Idx++]); in VisitObjCMethodDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1058 MD->setDeclImplementation((ObjCMethodDecl::ImplementationControl)Record.readInt()); in VisitObjCMethodDecl()