Searched refs:mType (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 1350 tok::TokenKind mType, in ParseObjCMethodDecl() argument 1356 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl() 1375 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl() 1403 mType, DSRet, ReturnType, in ParseObjCMethodDecl() 1445 mType == tok::minus, in ParseObjCMethodDecl() 1472 mType == tok::minus, in ParseObjCMethodDecl() 1533 mType, DSRet, ReturnType, in ParseObjCMethodDecl()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1366 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,
|