Searched refs:IsImport (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 27 IsImport, enumerator 79 KIND(LVTypeKind, IsImport); 80 KIND_1(LVTypeKind, IsImportDeclaration, IsImport); 81 KIND_1(LVTypeKind, IsImportModule, IsImport);
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 91 {LVTypeKind::IsImport, &LVType::getIsImport},
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 398 clEnumValN(LVTypeKind::IsImport, "Import", "Import."),
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 2553 bool IsImport) { in ParseModuleName() argument 2563 Diag(Tok, diag::err_module_expected_ident) << IsImport; in ParseModuleName()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 4318 bool IsImport = FormatTok->is(Keywords.kw_import); in parseJavaScriptEs6ImportExport() local 4319 assert(IsImport || FormatTok->is(tok::kw_export)); in parseJavaScriptEs6ImportExport() 4340 if (!IsImport && !FormatTok->isOneOf(tok::l_brace, tok::star) && in parseJavaScriptEs6ImportExport()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1082 SmallVectorImpl<IdentifierLoc> &Path, bool IsImport);
|