Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9563 CheckMain(NewFD, D.getDeclSpec()); in ActOnFunctionDeclarator()
9713 CheckMain(NewFD, D.getDeclSpec()); in ActOnFunctionDeclarator()
11127 void Sema::CheckMain(FunctionDecl* FD, const DeclSpec& DS) { in CheckMain() function in Sema
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2733 void CheckMain(FunctionDecl *FD, const DeclSpec &D);