Home
last modified time | relevance | path

Searched refs:FinalizeDeclaratorGroup (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1133 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseCompoundStatementBody()
H A DParseDecl.cpp2177 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, ThisDecl); in ParseDeclGroup()
2253 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseDeclGroup()
H A DParseDeclCXX.cpp3077 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseCXXClassMemberDeclaration()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp13507 return ActOnDeclStmt(FinalizeDeclaratorGroup(S, DS, Var), IdentLoc, in ActOnCXXForRangeIdentifier()
14021 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS, in FinalizeDeclaratorGroup() function in Sema
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2978 DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,