Home
last modified time | relevance | path

Searched refs:mLoc (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp1006 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/
HDParser.h1366 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,