clang 22.0.0git
ParseHLSL.cpp File Reference

Go to the source code of this file.

Functions

static bool validateDeclsInsideHLSLBuffer (Parser::DeclGroupPtrTy DG, SourceLocation BufferLoc, bool IsCBuffer, Parser &P)
static void fixSeparateAttrArgAndNumber (StringRef ArgStr, SourceLocation ArgLoc, Token Tok, ArgsVector &ArgExprs, Parser &P, ASTContext &Ctx, Preprocessor &PP)

Function Documentation

◆ fixSeparateAttrArgAndNumber()

void fixSeparateAttrArgAndNumber ( StringRef ArgStr,
SourceLocation ArgLoc,
Token Tok,
ArgsVector & ArgExprs,
Parser & P,
ASTContext & Ctx,
Preprocessor & PP )
static

◆ validateDeclsInsideHLSLBuffer()

bool validateDeclsInsideHLSLBuffer ( Parser::DeclGroupPtrTy DG,
SourceLocation BufferLoc,
bool IsCBuffer,
Parser & P )
static