clang 22.0.0git
StandardLibrary.h File Reference

Provides an interface for querying information about C and C++ Standard Library headers and symbols. More...

#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  clang::tooling::stdlib::Header
class  clang::tooling::stdlib::Symbol
class  clang::tooling::stdlib::Recognizer
struct  llvm::DenseMapInfo< clang::tooling::stdlib::Header >
struct  llvm::DenseMapInfo< clang::tooling::stdlib::Symbol >

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::tooling
namespace  clang::tooling::stdlib
namespace  llvm
 Diagnostic wrappers for TextAPI types for error reporting.

Enumerations

enum class  clang::tooling::stdlib::Lang { clang::tooling::stdlib::C = 0 , clang::tooling::stdlib::CXX , clang::tooling::stdlib::LastValue = CXX }

Detailed Description

Provides an interface for querying information about C and C++ Standard Library headers and symbols.

Definition in file StandardLibrary.h.