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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp 286 SourceLocation IILoc = Tok.getLocation();
292 getCurScope(), II, IILoc, II == Ident_super,
311 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 346 SourceLocation IILoc,
361 Diag(IILoc, diag::err_template_kw_missing)
363 << FixItHint::CreateInsertion(IILoc, "template ");
10534 SourceLocation IILoc,
10537 QualType T = CheckTypenameType(Keyword, KeywordLoc, QualifierLoc, II, IILoc,
10548 TL.setNameLoc(IILoc);
10553 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IILoc);
10565 SourceLocation IILoc, bool DeducedTSTContext) {
10592 LookupResult Result(*this, Name, IILoc, LookupOrdinaryName);
10636 IILoc);
    [all...]
SemaDecl.cpp 659 SourceLocation IILoc,
676 CorrectTypo(DeclarationNameInfo(II, IILoc), LookupOrdinaryName, S, SS,
714 SourceRange(IILoc));
717 getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), IILoc, S,
728 Name.setIdentifier(II, IILoc);
735 diagnoseMissingTemplateArguments(TemplateResult.get(), IILoc);
744 Diag(IILoc, IsTemplateName ? diag::err_no_template
748 Diag(IILoc, IsTemplateName ? diag::err_no_member_template
753 ActOnTypenameType(S, SourceLocation(), *SS, *II, IILoc).get();
761 << SourceRange(SS->getRange().getBegin(), IILoc)
    [all...]
SemaLookup.cpp 5507 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) {
5508 DeclarationNameInfo Name(II, IILoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2342 SourceLocation IILoc,
3177 SourceLocation IILoc);
7431 SourceLocation IILoc,
7864 SourceLocation IILoc,
7872 SourceLocation IILoc,

Completed in 38 milliseconds