Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DPrettyDeclStackTrace.h31 Decl *TheDecl; variable
H A DDeclBase.h1284 const Decl *TheDecl; global() variable
H A DExprCXX.h935 MSPropertyDecl *TheDecl; variable
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp349 static bool isAliasDecl(ASTContext *Context, const Decl *TheDecl, in isAliasDecl() argument
744 const ValueDecl *TheDecl = E->getDecl(); in VisitDeclRefExpr() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp213 for (const Decl *TheDecl : TheDeclStmt->decls()) { in getSequenceSuccessor() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionCognitiveComplexityCheck.cpp521 const auto *TheDecl = Result.Nodes.getNodeAs<FunctionDecl>("func"); in check() local
/llvm-project/clang/lib/Parse/
H A DParser.cpp1192 Decl* decls[] = {AnonRecord, TheDecl}; in ParseDeclOrFunctionDefInternal() local
1245 Decl *TheDecl = ParseLinkage(DS, DeclaratorContext::File); ParseDeclOrFunctionDefInternal() local
H A DParseDecl.cpp2110 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( ParseSimpleDeclaration() local
2387 Decl *TheDecl = nullptr; ParseDeclGroup() local
4924 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( ParseStructDeclaration() local
[all...]
H A DParseDeclCXX.cpp3038 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec( ParseCXXClassMemberDeclaration() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp509 const Decl *TheDecl; global() member
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp572 ActOnLabelStmt(SourceLocation IdentLoc,LabelDecl * TheDecl,SourceLocation ColonLoc,Stmt * SubStmt) ActOnLabelStmt() argument
3128 ActOnGotoStmt(SourceLocation GotoLoc,SourceLocation LabelLoc,LabelDecl * TheDecl) ActOnGotoStmt() argument
[all...]
H A DSemaExpr.cpp15564 ActOnAddrLabel(SourceLocation OpLoc,SourceLocation LabLoc,LabelDecl * TheDecl) ActOnAddrLabel() argument
[all...]