Home
last modified time | relevance | path

Searched refs:TBD_V3 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp290 if (Ctx->FileKind == FileType::TBD_V3) in mapping()
307 if (Ctx->FileKind == FileType::TBD_V3) in mapping()
463 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
470 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
477 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
520 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
527 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
534 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
616 if (Ctx->FileKind != FileType::TBD_V3 && in denormalize()
625 if (Ctx->FileKind != FileType::TBD_V3) in denormalize()
[all …]
H A DTextStubCommon.cpp52 if (Ctx && Ctx->FileKind == TBD_V3 && Values.count(PLATFORM_MACOS) && in output()
100 if (Ctx && Ctx->FileKind == FileType::TBD_V3) { in input()
120 if (Ctx && Ctx->FileKind != FileType::TBD_V3) in input()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DFileTypes.h35 TBD_V3 = 1U << 5, enumerator
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp73 case FileType::TBD_V3: in operator <<()