Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1074 auto TAPIFile = InputBuffer.getBuffer().trim(); in canRead() local
1075 if (TAPIFile.starts_with("{") && TAPIFile.ends_with("}")) in canRead()
1078 if (!TAPIFile.ends_with("...")) in canRead()
1081 if (TAPIFile.starts_with("--- !tapi-tbd")) in canRead()
1084 if (TAPIFile.starts_with("--- !tapi-tbd-v3")) in canRead()
1087 if (TAPIFile.starts_with("--- !tapi-tbd-v2")) in canRead()
1090 if (TAPIFile.starts_with("--- !tapi-tbd-v1") || in canRead()
1091 TAPIFile.starts_with("---\narchs:")) in canRead()