Home
last modified time | relevance | path

Searched refs:CheckMain (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp10003 CheckMain(NewFD, D.getDeclSpec()); in ActOnFunctionDeclarator()
10154 CheckMain(NewFD, D.getDeclSpec()); in ActOnFunctionDeclarator()
11619 void Sema::CheckMain(FunctionDecl* FD, const DeclSpec& DS) { in CheckMain() function in Sema
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2899 void CheckMain(FunctionDecl *FD, const DeclSpec &D);