Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp991 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local
992 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype()
1331 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument
1371 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl()
1386 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl()
1509 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
/external/clang/lib/Parse/
DParseObjc.cpp1003 SourceLocation mLoc = ConsumeToken(); in ParseObjCMethodPrototype() local
1004 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype()
1346 Decl *Parser::ParseObjCMethodDecl(SourceLocation mLoc, in ParseObjCMethodDecl() argument
1385 << SourceRange(mLoc, Tok.getLocation()); in ParseObjCMethodDecl()
1399 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
1529 = Actions.ActOnMethodDeclaration(getCurScope(), mLoc, Tok.getLocation(), in ParseObjCMethodDecl()
/external/clang/include/clang/Parse/
DParser.h1390 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,
/external/llvm-project/clang/include/clang/Parse/
DParser.h1735 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,