Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h260 ObjCInterfaceDecl *ActOnStartClassInterface(
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp382 ObjCInterfaceDecl *ClsType = Actions.ObjC().ActOnStartClassInterface( in ParseObjCAtInterfaceDeclaration()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp974 ObjCInterfaceDecl *SemaObjC::ActOnStartClassInterface( in ActOnStartClassInterface() function in SemaObjC