Searched refs:mLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 599 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/ |
D | Parser.h | 1089 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,
|