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

  /external/clang/lib/Parse/
ParseInit.cpp 250 SourceLocation IILoc = Tok.getLocation();
256 = Actions.getObjCMessageKind(getCurScope(), II, IILoc,
  /external/clang/lib/Sema/
SemaTemplate.cpp 222 SourceLocation IILoc,
237 Diag(IILoc, diag::err_template_kw_missing)
239 << FixItHint::CreateInsertion(IILoc, "template ");
    [all...]
SemaDecl.cpp 509 SourceLocation IILoc,
520 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(II, IILoc),
546 SourceRange(IILoc));
548 IILoc, S, tmpSS.isSet() ? &tmpSS : SS, false,
559 Name.setIdentifier(II, IILoc);
567 Diag(IILoc, diag::err_template_missing_args) << TplName;
580 Diag(IILoc, diag::err_unknown_typename) << II;
582 Diag(IILoc, diag::err_typename_nested_not_found)
591 << SourceRange(SS->getRange().getBegin(), IILoc)
594 *SS, *II, IILoc).get()
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 243 milliseconds