Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h47 void CheckEntryPoint(FunctionDecl *FD);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp214 void SemaHLSL::CheckEntryPoint(FunctionDecl *FD) { in CheckEntryPoint() function in SemaHLSL
H A DSemaDecl.cpp10616 HLSL().CheckEntryPoint(NewFD); in ActOnFunctionDeclarator()