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.cpp931 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local
932 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype()
1163 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument
1203 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl()
1217 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl()
1349 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h5762 SourceLocation mLoc, tok::TokenKind mType,