/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; } 783 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; } [all...] |
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | 67 SourceLocation IdentLoc; 77 IdentLoc = ConsumeToken(); // eat the identifier. 104 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd); 170 IdentLoc, Ident, T.getOpenLocation(), 191 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc, 216 NamespaceLoc[index], IdentLoc[index], 220 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc, 258 SourceLocation IdentLoc = ConsumeToken(); 266 SS, IdentLoc, Ident); 403 SourceLocation IdentLoc = SourceLocation() [all...] |
ParseDecl.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaDeclCXX.cpp | [all...] |
SemaStmt.cpp | 404 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, 408 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName(); 414 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt); 417 TheDecl->setLocStart(IdentLoc); 418 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/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | [all...] |