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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2899 SourceLocation IdentLoc,
2902 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
2963 SourceLocation IdentLoc,
2993 SourceLocation IdentLoc;
3005 SourceLocation IdentLoc, NamedDecl *Namespace)
3007 NamespaceLoc(NamespaceLoc), IdentLoc(IdentLoc),
3024 SourceLocation IdentLoc,
3075 SourceLocation getTargetNameLoc() const { return IdentLoc; }
3082 return SourceRange(NamespaceLoc, IdentLoc);
    [all...]
Stmt.h 141 SourceLocation IdentLoc;
1813 SourceLocation getIdentLoc() const { return LabelStmtBits.IdentLoc; }
1814 void setIdentLoc(SourceLocation L) { LabelStmtBits.IdentLoc = L; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 71 SourceLocation IdentLoc;
89 IdentLoc = ConsumeToken(); // eat the identifier.
105 Info.IdentLoc = ConsumeToken();
133 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
178 ExtraNSs.back().IdentLoc);
196 ExtraNSs.back().IdentLoc),
216 getCurScope(), InlineLoc, NamespaceLoc, IdentLoc, Ident,
263 InnerNSs[index].IdentLoc, InnerNSs[index].Ident,
317 SourceLocation IdentLoc = ConsumeToken();
325 Alias, SS, IdentLoc, Ident)
    [all...]
ParseDecl.cpp 4819 SourceLocation IdentLoc = ConsumeToken();
4847 getCurScope(), EnumDecl, LastEnumConstDecl, IdentLoc, Ident, attrs,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 1912 SMLoc IdentLoc = Tok.getLoc();
1950 if (!ParseRegister(Reg, IdentLoc, End, /*RestoreOnFailure=*/true)) {
1952 return Error(IdentLoc, ErrMsg);
1961 !MatchRegisterByName(Reg, ID, IdentLoc, IDEndLoc)) {
1963 return Error(IdentLoc, ErrMsg);
1972 return Error(IdentLoc, ErrMsg);
2011 return Error(IdentLoc, ErrMsg);
2020 return Error(IdentLoc, "expected identifier");
2025 return Error(IdentLoc, ErrMsg);
2034 return Error(IdentLoc, ErrMsg)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 10909 SourceLocation IdentLoc, IdentifierInfo *II, SourceLocation LBrace,
10913 SourceLocation Loc = II ? IdentLoc : LBrace;
10933 LookupResult R(*this, II, IdentLoc, LookupOrdinaryName,
11412 SourceLocation IdentLoc,
11440 SourceLocation IdentLoc,
11445 assert(IdentLoc.isValid() && "Invalid NamespceName location.");
11458 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
11469 Diag(IdentLoc, diag::ext_using_undefined_std);
11474 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
11483 DiagnoseUseOfDecl(Named, IdentLoc);
    [all...]
SemaStmt.cpp 536 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,
540 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
547 !Context.getSourceManager().isInSystemHeader(IdentLoc))
548 Diag(IdentLoc, diag::warn_reserved_extern_symbol)
552 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt);
555 TheDecl->setLocStart(IdentLoc);
559 TheDecl->setLocation(IdentLoc);
SemaDecl.cpp 12928 Sema::ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc,
12941 DS.SetTypeSpecType(DeclSpec::TST_auto, IdentLoc, PrevSpec, DiagID,
12945 D.SetIdentifier(Ident, IdentLoc);
12948 D.AddTypeInfo(DeclaratorChunk::getReference(0, IdentLoc, /*lvalue*/ false),
12949 IdentLoc);
12953 return ActOnDeclStmt(FinalizeDeclaratorGroup(S, DS, Var), IdentLoc,
12954 AttrEnd.isValid() ? AttrEnd : IdentLoc);
13917 Diag(FTI.Params[i].IdentLoc, diag::ext_param_not_declared)
13927 DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec,
13930 DS.SetRangeStart(FTI.Params[i].IdentLoc);
    [all...]
SemaType.cpp 5193 S.Diag(FTI.Params[0].IdentLoc,
5235 S.Diag(FTI.Params[i].IdentLoc, diag::err_void_only_param);
5240 S.Diag(FTI.Params[i].IdentLoc, diag::err_param_with_void_type);
TreeTransform.h 1304 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L,
1306 return SemaRef.ActOnLabelStmt(IdentLoc, L, ColonLoc, SubStmt);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1253 SourceLocation IdentLoc;
1267 : Ident(ident), IdentLoc(iloc), Param(param),
Sema.h 2769 StmtResult ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc,
4101 LabelDecl *LookupOrCreateLabel(IdentifierInfo *II, SourceLocation IdentLoc,
4653 StmtResult ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,
5601 SourceLocation IdentLoc, IdentifierInfo *Ident,
5663 SourceLocation IdentLoc,
5674 SourceLocation IdentLoc,
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2841 SourceLocation IdentLoc,
2847 IdentLoc, Used, CommonAncestor);
2936 SourceLocation IdentLoc,
2942 QualifierLoc, IdentLoc, Namespace);
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3024 SourceLocation IdentLoc;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1636 D->IdentLoc = readSourceLocation();

Completed in 160 milliseconds