Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp8809 CheckMain(NewFD, D.getDeclSpec()); in ActOnFunctionDeclarator()
8955 CheckMain(NewFD, D.getDeclSpec()); in ActOnFunctionDeclarator()
10275 void Sema::CheckMain(FunctionDecl* FD, const DeclSpec& DS) { in CheckMain() function in Sema
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1993 void CheckMain(FunctionDecl *FD, const DeclSpec &D);