Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp185 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() local
186 if (IsPartition) in ActOnModuleDecl()
286 if (IsPartition) { in ActOnModuleDecl()
295 << SourceRange(Path.front().second, IsPartition in ActOnModuleDecl()
487 bool IsPartition) { in ActOnModuleImport() argument
488 assert((!IsPartition || getLangOpts().CPlusPlusModules) && in ActOnModuleImport()
496 if (IsPartition) { in ActOnModuleImport()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2549 bool IsPartition = false; in ParseModuleImport() local
2569 IsPartition = true; in ParseModuleImport()
2602 if (IsPartition) in ParseModuleImport()
2615 if (IsPartition || (HeaderUnit && HeaderUnit->Kind != in ParseModuleImport()
2618 << IsPartition in ParseModuleImport()
2642 IsPartition); in ParseModuleImport()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1077 bool IsPartition; member
1081 IsPartition(IsPartition_) {} in Node()
1084 F(Parent, Name, IsPartition); in match()
1090 if (Parent || IsPartition) in printLeft()
1091 OB += IsPartition ? ':' : '.'; in printLeft()
3097 bool IsPartition = consumeIf('P'); in parseModuleNameOpt() local
3102 static_cast<ModuleName *>(make<ModuleName>(Module, Sub, IsPartition)); in parseModuleNameOpt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp470 void mangleModuleNamePrefix(StringRef Name, bool IsPartition = false);
1119 void CXXNameMangler::mangleModuleNamePrefix(StringRef Name, bool IsPartition) { in mangleModuleNamePrefix() argument
1134 mangleModuleNamePrefix(Parts.first, IsPartition); in mangleModuleNamePrefix()
1135 IsPartition = false; in mangleModuleNamePrefix()
1139 if (IsPartition) in mangleModuleNamePrefix()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3260 bool IsPartition = false);