Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1048 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local
1049 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype()
1393 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument
1433 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl()
1447 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl()
1568 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1825 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,