Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h46 void ActOnTopLevelFunction(FunctionDecl *FD);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp181 void SemaHLSL::ActOnTopLevelFunction(FunctionDecl *FD) { in ActOnTopLevelFunction() function in SemaHLSL
H A DSemaDecl.cpp10613 HLSL().ActOnTopLevelFunction(NewFD); in ActOnFunctionDeclarator()