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 772 SourceLocation IdentLoc;
775 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
781 SourceLocation getIdentLoc() const { return IdentLoc; }
787 void setIdentLoc(SourceLocation L) { IdentLoc = L; }
790 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; }
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 66 SourceLocation IdentLoc;
76 IdentLoc = ConsumeToken(); // eat the identifier.
103 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
169 IdentLoc, Ident, T.getOpenLocation(),
190 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc,
215 NamespaceLoc[index], IdentLoc[index],
219 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
257 SourceLocation IdentLoc = ConsumeToken();
265 SS, IdentLoc, Ident);
402 SourceLocation IdentLoc = SourceLocation()
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaStmt.cpp 390 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,
394 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
400 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt);
403 TheDecl->setLocStart(IdentLoc);
404 TheDecl->setLocation(IdentLoc);
    [all...]
SemaDecl.cpp     [all...]
SemaType.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 105 milliseconds