clang 19.0.0git
InterpShared.h
Go to the documentation of this file.
1//===--- InterpShared.h -----------------------------------------*- C++ -*-===//
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
9#ifndef LLVM_CLANG_LIB_AST_INTERP_SHARED_H
10#define LLVM_CLANG_LIB_AST_INTERP_SHARED_H
11
12#include "llvm/ADT/BitVector.h"
13
14namespace clang {
15class FunctionDecl;
16class Expr;
17
18namespace interp {
19
20llvm::BitVector collectNonNullArgs(const FunctionDecl *F,
22
23} // namespace interp
24} // namespace clang
25
26#endif
llvm::BitVector collectNonNullArgs(const FunctionDecl *F, const llvm::ArrayRef< const Expr * > &Args)
The JSON file list parser is used to communicate input to InstallAPI.