Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp3938 bool IsImport = FormatTok->is(Keywords.kw_import); in parseJavaScriptEs6ImportExport() local
3939 assert(IsImport || FormatTok->is(tok::kw_export)); in parseJavaScriptEs6ImportExport()
3960 if (!IsImport && !FormatTok->isOneOf(tok::l_brace, tok::star) && in parseJavaScriptEs6ImportExport()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp2564 bool IsImport) { in ParseModuleName() argument
2574 Diag(Tok, diag::err_module_expected_ident) << IsImport; in ParseModuleName()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3460 bool IsImport);