Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h5150 void addLayoutStruct(CXXRecordDecl *LS);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp574 BufDecl->addLayoutStruct(LS); in createHostLayoutStructForBuffer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5828 void HLSLBufferDecl::addLayoutStruct(CXXRecordDecl *LS) { in addLayoutStruct() function in HLSLBufferDecl