Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h26 IsImport, enumerator
75 KIND(LVTypeKind, IsImport);
76 KIND_1(LVTypeKind, IsImportDeclaration, IsImport);
77 KIND_1(LVTypeKind, IsImportModule, IsImport);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp91 {LVTypeKind::IsImport, &LVType::getIsImport},
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp394 clEnumValN(LVTypeKind::IsImport, "Import", "Import."),
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2670 bool IsImport) { in ParseModuleName() argument
2680 Diag(Tok, diag::err_module_expected_ident) << IsImport; in ParseModuleName()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp4183 bool IsImport = FormatTok->is(Keywords.kw_import); in parseJavaScriptEs6ImportExport() local
4184 assert(IsImport || FormatTok->is(tok::kw_export)); in parseJavaScriptEs6ImportExport()
4205 if (!IsImport && !FormatTok->isOneOf(tok::l_brace, tok::star) && in parseJavaScriptEs6ImportExport()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3696 bool IsImport);