Searched refs:mLoc (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 1006 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local 1007 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 1349 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument 1388 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl() 1402 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl() 1532 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1366 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,
|