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 | 26 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 D | LVType.cpp | 91 {LVTypeKind::IsImport, &LVType::getIsImport},
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 394 clEnumValN(LVTypeKind::IsImport, "Import", "Import."),
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 2694 bool IsImport) { in ParseModuleName() argument 2704 Diag(Tok, diag::err_module_expected_ident) << IsImport; in ParseModuleName()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineParser.cpp | 4299 bool IsImport = FormatTok->is(Keywords.kw_import); in parseJavaScriptEs6ImportExport() local 4300 assert(IsImport || FormatTok->is(tok::kw_export)); in parseJavaScriptEs6ImportExport() 4321 if (!IsImport && !FormatTok->isOneOf(tok::l_brace, tok::star) && in parseJavaScriptEs6ImportExport()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3881 bool IsImport);
|