Home
last modified time | relevance | path

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

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