Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp277 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() local
278 if (IsPartition) in ActOnModuleDecl()
375 if (IsPartition) { in ActOnModuleDecl()
384 << SourceRange(Path.front().getLoc(), IsPartition in ActOnModuleDecl()
580 bool IsPartition) { in ActOnModuleImport() argument
581 assert((!IsPartition || getLangOpts().CPlusPlusModules) && in ActOnModuleImport()
589 if (IsPartition) { in ActOnModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2441 bool IsPartition = false; in ParseModuleImport() local
2461 IsPartition = true; in ParseModuleImport()
2494 if (IsPartition) in ParseModuleImport()
2507 if (IsPartition || (HeaderUnit && HeaderUnit->Kind != in ParseModuleImport()
2510 << IsPartition in ParseModuleImport()
2534 IsPartition); in ParseModuleImport()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1116 bool IsPartition; member
1120 IsPartition(IsPartition_) {} in Node()
1123 F(Parent, Name, IsPartition); in match()
1129 if (Parent || IsPartition) in printLeft()
1130 OB += IsPartition ? ':' : '.'; in printLeft()
3233 bool IsPartition = consumeIf('P'); in parseModuleNameOpt() local
3238 static_cast<ModuleName *>(make<ModuleName>(Module, Sub, IsPartition)); in parseModuleNameOpt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp461 void mangleModuleNamePrefix(StringRef Name, bool IsPartition = false);
1121 void CXXNameMangler::mangleModuleNamePrefix(StringRef Name, bool IsPartition) { in mangleModuleNamePrefix() argument
1136 mangleModuleNamePrefix(Parts.first, IsPartition); in mangleModuleNamePrefix()
1137 IsPartition = false; in mangleModuleNamePrefix()
1141 if (IsPartition) in mangleModuleNamePrefix()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9864 bool IsPartition = false);