Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1427 SourceLocation selLoc; in ParseObjCMethodDecl() local
1428 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(selLoc); in ParseObjCMethodDecl()
1448 selLoc, Sel, nullptr, CParamInfo.data(), CParamInfo.size(), methodAttrs, in ParseObjCMethodDecl()
1499 KeyLocs.push_back(selLoc); in ParseObjCMethodDecl()
1514 SelIdent = ParseObjCSelectorPiece(selLoc); in ParseObjCMethodDecl()