Searched refs:mLoc (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 647 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local 648 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 954 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument 993 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl() 1007 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl() 1137 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 1297 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,
|