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

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h 768 SourceLocation IdentLoc;
771 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
777 SourceLocation getIdentLoc() const { return IdentLoc; }
783 void setIdentLoc(SourceLocation L) { IdentLoc = L; }
787 return SourceRange(IdentLoc, SubStmt->getLocEnd());
    [all...]
  /external/clang/lib/Parse/
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...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaStmt.cpp 346 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,
350 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
356 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt);
359 TheDecl->setLocation(IdentLoc);
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 278 milliseconds