Thanks to visit codestin.com
Credit goes to clang.llvm.org

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:2877
SemaBase(Sema &S)
Definition SemaBase.cpp:7
bool CheckDirectXBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall)
Sema - This implements semantic analysis and AST building for C.
Definition Sema.h:853
The JSON file list parser is used to communicate input to InstallAPI.