Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp1030 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local
1031 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype()
1375 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument
1414 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl()
1428 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl()
1550 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1754 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,