Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp800 setDeclImplementation(impControl); in ObjCMethodDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h498 void setDeclImplementation(ImplementationControl ic) { in setDeclImplementation() function
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1058 MD->setDeclImplementation((ObjCMethodDecl::ImplementationControl)Record.readInt()); in VisitObjCMethodDecl()