HomeSort by: relevance | last modified time | path
    Searched refs:selLoc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 908 SourceLocation SelLoc;
909 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
920 DS.setSetterName(SelIdent, SelLoc);
929 DS.setGetterName(SelIdent, SelLoc);
1370 SourceLocation selLoc;
1371 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(selLoc);
1391 selLoc, Sel, nullptr, CParamInfo.data(), CParamInfo.size(), methodAttrs,
1443 KeyLocs.push_back(selLoc);
1459 SelIdent = ParseObjCSelectorPiece(selLoc);

Completed in 18 milliseconds