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

  /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/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/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/include/clang/Parse/
Parser.h 3024 SourceLocation IdentLoc;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1253 SourceLocation IdentLoc;
1267 : Ident(ident), IdentLoc(iloc), Param(param),

Completed in 53 milliseconds