Searched defs:mLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp674 SourceLocation mLoc = ConsumeToken(); local
675 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
980 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, argument
1018 << SourceRange(mLoc, Tok.getLocation());
1032 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),
1164 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),

Completed in 28 milliseconds