Searched defs:TheDecl (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | PrettyDeclStackTrace.h | 32 Decl *TheDecl; variable
|
H A D | DeclBase.h | 1211 const Decl *TheDecl; variable
|
H A D | ExprCXX.h | 925 MSPropertyDecl *TheDecl; variable
|
H A D | Stmt.h | 1799 LabelDecl *TheDecl; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | Parser.cpp | 1081 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseDeclOrFunctionDefInternal() local 1130 Decl *TheDecl = ParseLinkage(DS, DeclaratorContext::File); in ParseDeclOrFunctionDefInternal() local
|
H A D | ParseDecl.cpp | 1787 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseSimpleDeclaration() local 2023 Decl *TheDecl = ParseFunctionDefinition(D, ParsedTemplateInfo(), in ParseDeclGroup() local 4191 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none, in ParseStructDeclaration() local
|
H A D | ParseDeclCXX.cpp | 2678 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( in ParseCXXClassMemberDeclaration() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 536 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt() 3236 LabelDecl *TheDecl) { in ActOnGotoStmt()
|
H A D | SemaExpr.cpp | 14958 LabelDecl *TheDecl) { in ActOnAddrLabel()
|