#include "clang/APINotes/APINotesManager.h"
#include "clang/APINotes/APINotesReader.h"
#include "clang/APINotes/APINotesYAMLCompiler.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/Module.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/SourceMgrAdapter.h"
#include "clang/Basic/Version.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/PrettyStackTrace.h"
Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "API Notes" |
◆ checkPrivateAPINotesName()
◆ hasPrivateSubmodules()
static bool hasPrivateSubmodules |
( |
const Module * |
M | ) |
|
|
static |
◆ STATISTIC() [1/6]
STATISTIC |
( |
NumDirectoriesSearched |
, |
|
|
"header directories searched" |
|
|
) |
| |
◆ STATISTIC() [2/6]
STATISTIC |
( |
NumDirectoryCacheHits |
, |
|
|
"directory cache hits" |
|
|
) |
| |
◆ STATISTIC() [3/6]
STATISTIC |
( |
NumFrameworksSearched |
, |
|
|
"frameworks searched" |
|
|
) |
| |
◆ STATISTIC() [4/6]
STATISTIC |
( |
NumHeaderAPINotes |
, |
|
|
"non-framework API notes files loaded" |
|
|
) |
| |
◆ STATISTIC() [5/6]
STATISTIC |
( |
NumPrivateFrameworkAPINotes |
, |
|
|
"framework private API notes loaded" |
|
|
) |
| |
◆ STATISTIC() [6/6]
STATISTIC |
( |
NumPublicFrameworkAPINotes |
, |
|
|
"framework public API notes loaded" |
|
|
) |
| |