HomeSort by relevance Sort by last modified time
    Searched refs:protocolIdents (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseObjc.cpp 238 // case, LAngleLoc will be valid and ProtocolIdents will capture the
241 SmallVector<IdentifierLocPair, 8> ProtocolIdents;
246 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc);
352 if (!ProtocolIdents.empty()) {
355 for (const auto &pair : ProtocolIdents) {
360 ProtocolIdents, protocols);
441 /// \param protocolIdents Will capture the list of identifiers, if the
448 SmallVectorImpl<IdentifierLocPair> &protocolIdents,
460 for (const auto &pair : protocolIdents) {
474 protocolIdents.clear()
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 51 milliseconds