Home
last modified time | relevance | path

Searched defs:TheDecl (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Sema/
DPrettyDeclStackTrace.h33 Decl *TheDecl; variable
/external/clang/lib/Parse/
DParser.cpp761 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS); in ParseDeclarationOrFunctionDefinition() local
785 Decl *TheDecl = 0; in ParseDeclarationOrFunctionDefinition() local
799 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext); in ParseDeclarationOrFunctionDefinition() local
DParseDecl.cpp755 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseSimpleDeclaration() local
800 Decl *TheDecl = ParseFunctionDefinition(D); in ParseDeclGroup() local
DParseDeclCXX.cpp1694 Decl *TheDecl = in ParseCXXClassMemberDeclaration() local
/external/clang/lib/Sema/
DSemaStmt.cpp259 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
1435 LabelDecl *TheDecl) { in ActOnGotoStmt()
DSemaExpr.cpp7953 LabelDecl *TheDecl) { in ActOnAddrLabel()
/external/clang/include/clang/AST/
DDeclBase.h757 const Decl *TheDecl; variable
DStmt.h662 LabelDecl *TheDecl; variable