HomeSort by: relevance | last modified time | path
    Searched refs:mLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 996 SourceLocation mLoc = ConsumeToken();
997 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
1337 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc,
1376 << SourceRange(mLoc, Tok.getLocation());
1390 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType,
1511 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs,
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1717 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,

Completed in 27 milliseconds