Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp137 ModuleScopes.back().IsPartition = false; in HandleStartOfHeaderUnit()
160 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() local
161 if (IsPartition) in ActOnModuleDecl()
246 if (IsPartition) { in ActOnModuleDecl()
255 << SourceRange(Path.front().second, IsPartition in ActOnModuleDecl()
331 ModuleScopes.back().IsPartition = IsPartition; in ActOnModuleDecl()
429 bool IsPartition) { in ActOnModuleImport() argument
432 assert((!IsPartition || Cxx20Mode) && "partition seen in non-C++20 code?"); in ActOnModuleImport()
439 if (IsPartition) { in ActOnModuleImport()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp2453 bool IsPartition = false; in ParseModuleImport() local
2473 IsPartition = true; in ParseModuleImport()
2501 if (IsPartition) in ParseModuleImport()
2511 Diag(ImportLoc, diag::err_import_in_wrong_fragment) << IsPartition << 0; in ParseModuleImport()
2522 Diag(ImportLoc, diag::err_import_in_wrong_fragment) << IsPartition << 1; in ParseModuleImport()
2536 IsPartition); in ParseModuleImport()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h992 bool IsPartition; member
996 IsPartition(IsPartition_) {} in Node()
999 F(Parent, Name, IsPartition); in match()
1005 if (Parent || IsPartition) in printLeft()
1006 OB += IsPartition ? ':' : '.'; in printLeft()
2817 bool IsPartition = consumeIf('P'); in parseModuleNameOpt() local
2822 static_cast<ModuleName *>(make<ModuleName>(Module, Sub, IsPartition)); in parseModuleNameOpt()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h992 bool IsPartition; member
996 IsPartition(IsPartition_) {} in Node()
999 F(Parent, Name, IsPartition); in match()
1005 if (Parent || IsPartition) in printLeft()
1006 OB += IsPartition ? ':' : '.'; in printLeft()
2817 bool IsPartition = consumeIf('P'); in parseModuleNameOpt() local
2822 static_cast<ModuleName *>(make<ModuleName>(Module, Sub, IsPartition)); in parseModuleNameOpt()
/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp443 void mangleModuleNamePrefix(StringRef Name, bool IsPartition = false);
1063 void CXXNameMangler::mangleModuleNamePrefix(StringRef Name, bool IsPartition) { in mangleModuleNamePrefix() argument
1078 mangleModuleNamePrefix(Parts.first, IsPartition); in mangleModuleNamePrefix()
1079 IsPartition = false; in mangleModuleNamePrefix()
1083 if (IsPartition) in mangleModuleNamePrefix()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2246 bool IsPartition = false; member
3124 bool IsPartition = false);