HomeSort by relevance Sort by last modified time
    Searched defs:IdentLoc (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp 64 SourceLocation IdentLoc;
74 IdentLoc = ConsumeToken(); // eat the identifier.
95 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
161 IdentLoc, Ident, T.getOpenLocation(),
182 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc,
207 NamespaceLoc[index], IdentLoc[index],
211 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
249 SourceLocation IdentLoc = ConsumeToken();
257 SS, IdentLoc, Ident);
394 SourceLocation IdentLoc = SourceLocation()
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h 765 SourceLocation IdentLoc;
768 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
774 SourceLocation getIdentLoc() const { return IdentLoc; }
780 void setIdentLoc(SourceLocation L) { IdentLoc = L; }
784 return SourceRange(IdentLoc, SubStmt->getLocEnd());
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 351 milliseconds