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

/external/clang/lib/Parse/
H A DParseObjc.cpp612 SourceLocation mLoc = ConsumeToken(); local
613 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
917 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, argument
955 << SourceRange(mLoc, Tok.getLocation());
969 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),
1095 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(),

Completed in 57 milliseconds