Searched refs:impControl (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCDeclVendor.cpp | 316 const clang::ObjCMethodDecl::ImplementationControl impControl = in BuildMethod() local 360 isDefined, impControl, HasRelatedResultType); in BuildMethod()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 785 ImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument 800 setDeclImplementation(impControl); in ObjCMethodDecl() 815 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create() argument 820 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 231 ImplementationControl impControl = None, 237 IsRedeclaration(0), HasRedeclaration(0), DeclImplementation(impControl), in NamedDecl() 259 ImplementationControl impControl = None,
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 755 ImplementationControl impControl, bool HasRelatedResultType) { in Create() argument 759 impControl, HasRelatedResultType); in Create()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 178 ImplementationControl impControl = None, 239 ImplementationControl impControl = None,
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 7756 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local 7770 getter->setDeclImplementation(impControl); in AddObjCClassProperty() 7798 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local 7812 setter->setDeclImplementation(impControl); in AddObjCClassProperty() 7920 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddMethodToObjCObjectType() local 7941 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()
|