Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp599 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local
600 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, IDecl,MethodImplKind, in ParseObjCMethodPrototype()
836 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument
873 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl()
887 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
1013 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
/external/clang/include/clang/Parse/
DParser.h1089 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,