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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2694 bool IsImport = FormatTok->is(Keywords.kw_import); local
2695 assert(IsImport || FormatTok->is(tok::kw_export));
2716 if (!IsImport && !FormatTok->isOneOf(tok::l_brace, tok::star) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2293 if (ParseModuleName(ModuleLoc, Path, /*IsImport*/false))
2300 if (ParseModuleName(ModuleLoc, Partition, /*IsImport*/false))
2360 if (ParseModuleName(ImportLoc, Path, /*IsImport*/true))
2368 if (ParseModuleName(ImportLoc, Path, /*IsImport*/true))
2416 bool IsImport) {
2426 Diag(Tok, diag::err_module_expected_ident) << IsImport;
2413 ParseModuleName( SourceLocation UseLoc, SmallVectorImpl<std::pair<IdentifierInfo *, SourceLocation>> &Path, bool IsImport) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3333 bool IsImport);

Completed in 112 milliseconds