Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h227 void processExplicitBindingsOnDecl(VarDecl *D);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp3617 processExplicitBindingsOnDecl(VD); in ActOnVariableDeclarator()
3745 void SemaHLSL::processExplicitBindingsOnDecl(VarDecl *VD) { in processExplicitBindingsOnDecl() function in SemaHLSL