Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h258 void popObjCTypeParamList(Scope *S, ObjCTypeParamList *typeParamList);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp137 Actions.ObjC().popObjCTypeParamList(S, Params); in leave()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp804 void SemaObjC::popObjCTypeParamList(Scope *S, in popObjCTypeParamList() function in SemaObjC