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

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h 784 SourceLocation IdentLoc;
787 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
793 SourceLocation getIdentLoc() const { return IdentLoc; }
799 void setIdentLoc(SourceLocation L) { IdentLoc = L; }
802 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; }
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 70 SourceLocation IdentLoc;
80 IdentLoc = ConsumeToken(); // eat the identifier.
107 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
177 IdentLoc, Ident, T.getOpenLocation(),
198 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc,
223 NamespaceLoc[index], IdentLoc[index],
227 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc,
265 SourceLocation IdentLoc = ConsumeToken();
273 SS, IdentLoc, Ident);
432 SourceLocation IdentLoc = SourceLocation()
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaStmt.cpp 414 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,
418 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
424 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt);
427 TheDecl->setLocStart(IdentLoc);
428 TheDecl->setLocation(IdentLoc);
    [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 501 milliseconds