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

  /external/clang/lib/Parse/
ParseDeclCXX.cpp 63 SourceLocation IdentLoc;
73 IdentLoc = ConsumeToken(); // eat the identifier.
94 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
160 IdentLoc, Ident, T.getOpenLocation(),
181 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc,
206 NamespaceLoc[index], IdentLoc[index],
210 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
248 SourceLocation IdentLoc = ConsumeToken();
256 SS, IdentLoc, Ident);
388 SourceLocation IdentLoc = SourceLocation()
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h 675 SourceLocation IdentLoc;
678 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
684 SourceLocation getIdentLoc() const { return IdentLoc; }
690 void setIdentLoc(SourceLocation L) { IdentLoc = L; }
694 return SourceRange(IdentLoc, SubStmt->getLocEnd());
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 1112 milliseconds