Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.cpp2392 bool IsImport = FormatTok->is(Keywords.kw_import); in parseJavaScriptEs6ImportExport() local
2393 assert(IsImport || FormatTok->is(tok::kw_export)); in parseJavaScriptEs6ImportExport()
2414 if (!IsImport && !FormatTok->isOneOf(tok::l_brace, tok::star) && in parseJavaScriptEs6ImportExport()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp2408 bool IsImport) { in ParseModuleName() argument
2418 Diag(Tok, diag::err_module_expected_ident) << IsImport; in ParseModuleName()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h3147 bool IsImport);