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 getCurScope(), II, IILoc, II == Ident_super,
277 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType,
  /external/clang/lib/Sema/
SemaTemplate.cpp 224 SourceLocation IILoc,
239 Diag(IILoc, diag::err_template_kw_missing)
241 << FixItHint::CreateInsertion(IILoc, "template ");
    [all...]
SemaDecl.cpp 556 SourceLocation IILoc,
567 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS,
594 SourceRange(IILoc));
596 IILoc, S, tmpSS.isSet() ? &tmpSS : SS, false,
607 Name.setIdentifier(II, IILoc);
615 Diag(IILoc, diag::err_template_missing_args) << TplName;
628 Diag(IILoc, diag::err_unknown_typename) << II;
630 Diag(IILoc, diag::err_typename_nested_not_found)
639 << SourceRange(SS->getRange().getBegin(), IILoc)
642 *SS, *II, IILoc).get()
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 666 milliseconds