Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp978 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local
979 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype()
1318 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument
1358 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl()
1373 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl()
1497 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1571 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,