Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10530 CheckMain(NewFD, D.getDeclSpec()); in ActOnFunctionDeclarator()
10695 CheckMain(NewFD, D.getDeclSpec()); in ActOnFunctionDeclarator()
12409 void Sema::CheckMain(FunctionDecl *FD, const DeclSpec &DS) { in CheckMain() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4017 void CheckMain(FunctionDecl *FD, const DeclSpec &D);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5011 {"_ZN5clang4Sema9CheckMainEPNS_12FunctionDeclE", "clang::Sema::CheckMain(clang::FunctionDecl*)"},