Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp1376 SourceLocation selLoc; in ParseObjCMethodDecl() local
1377 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(selLoc); in ParseObjCMethodDecl()
1397 selLoc, Sel, nullptr, CParamInfo.data(), CParamInfo.size(), methodAttrs, in ParseObjCMethodDecl()
1449 KeyLocs.push_back(selLoc); in ParseObjCMethodDecl()
1465 SelIdent = ParseObjCSelectorPiece(selLoc); in ParseObjCMethodDecl()