clang 22.0.0git
SemaDirectX.cpp
Go to the documentation of this file.
1//===- SemaDirectX.cpp - Semantic Analysis for DirectX constructs----------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8// This implements Semantic Analysis for DirectX constructs.
9//===----------------------------------------------------------------------===//
10
12#include "clang/Sema/Sema.h"
13
14namespace clang {
15
17
19 CallExpr *TheCall) {
20 return false;
21}
22} // namespace clang
This file declares semantic analysis for DirectX constructs.
CallExpr - Represents a function call (C99 6.5.2.2, C++ [expr.call]).
Definition: Expr.h:2879
bool CheckDirectXBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall)
Definition: SemaDirectX.cpp:18
Sema - This implements semantic analysis and AST building for C.
Definition: Sema.h:850
The JSON file list parser is used to communicate input to InstallAPI.