Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp998 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local
999 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype()
1343 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument
1382 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl()
1396 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl()
1518 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1734 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,