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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 491 SourceLocation colonLoc;
493 if (TryConsumeToken(tok::colon, colonLoc)) {
516 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr);
1463 SourceLocation ColonLoc = Tok.getLocation();
1464 if (PP.getLocForEndOfToken(ArgInfo.NameLoc) == ColonLoc) {
1467 Diag(ColonLoc, diag::note_force_empty_selector_name) << ArgInfo.Name;

Completed in 16 milliseconds