|
clang 22.0.0git
|
#include "clang/InstallAPI/Visitor.h"#include "clang/AST/Availability.h"#include "clang/AST/ParentMapContext.h"#include "clang/AST/VTableBuilder.h"#include "clang/Basic/Linkage.h"#include "clang/InstallAPI/DylibVerifier.h"#include "clang/InstallAPI/FrontendRecords.h"#include "llvm/ADT/StringRef.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Mangler.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::installapi |
| The DirectoryScanner for collecting library files on the file system. | |
Functions | |
| static bool | clang::installapi::isExported (const NamedDecl *D) |
| static bool | clang::installapi::isInlined (const FunctionDecl *D) |
| static SymbolFlags | clang::installapi::getFlags (bool WeakDef, bool ThreadLocal=false) |
| static bool | clang::installapi::hasObjCExceptionAttribute (const ObjCInterfaceDecl *D) |
| Check if the interface itself or any of its super classes have an exception attribute. | |
| static bool | clang::installapi::hasVTable (const CXXRecordDecl *D) |
| static CXXLinkage | clang::installapi::getVTableLinkage (const CXXRecordDecl *D) |
| static bool | clang::installapi::isRTTIWeakDef (const CXXRecordDecl *D) |
| static bool | clang::installapi::hasRTTI (const CXXRecordDecl *D) |