Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp190 QualType(BufDecl->getLayoutStruct()->getTypeForDecl(), 0), in createBufferHandleType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h5149 const CXXRecordDecl *getLayoutStruct() const { return LayoutStruct; } in getLayoutStruct() function