Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp138 ModuleScopes.back().IsPartition = false; in HandleStartOfHeaderUnit()
191 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() local
192 if (IsPartition) in ActOnModuleDecl()
295 if (IsPartition) { in ActOnModuleDecl()
304 << SourceRange(Path.front().second, IsPartition in ActOnModuleDecl()
386 ModuleScopes.back().IsPartition = IsPartition; in ActOnModuleDecl()
484 bool IsPartition) { in ActOnModuleImport() argument
487 assert((!IsPartition || Cxx20Mode) && "partition seen in non-C++20 code?"); in ActOnModuleImport()
494 if (IsPartition) { in ActOnModuleImport()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp2499 bool IsPartition = false; in ParseModuleImport() local
2519 IsPartition = true; in ParseModuleImport()
2547 if (IsPartition) in ParseModuleImport()
2560 if (IsPartition || (HeaderUnit && HeaderUnit->Kind != in ParseModuleImport()
2563 << IsPartition in ParseModuleImport()
2587 IsPartition); in ParseModuleImport()
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1002 bool IsPartition; member
1006 IsPartition(IsPartition_) {} in Node()
1009 F(Parent, Name, IsPartition); in match()
1015 if (Parent || IsPartition) in printLeft()
1016 OB += IsPartition ? ':' : '.'; in printLeft()
2830 bool IsPartition = consumeIf('P'); in parseModuleNameOpt() local
2835 static_cast<ModuleName *>(make<ModuleName>(Module, Sub, IsPartition)); in parseModuleNameOpt()
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h1002 bool IsPartition; member
1006 IsPartition(IsPartition_) {} in Node()
1009 F(Parent, Name, IsPartition); in match()
1015 if (Parent || IsPartition) in printLeft()
1016 OB += IsPartition ? ':' : '.'; in printLeft()
2830 bool IsPartition = consumeIf('P'); in parseModuleNameOpt() local
2835 static_cast<ModuleName *>(make<ModuleName>(Module, Sub, IsPartition)); in parseModuleNameOpt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DItaniumMangle.cpp444 void mangleModuleNamePrefix(StringRef Name, bool IsPartition = false);
1061 void CXXNameMangler::mangleModuleNamePrefix(StringRef Name, bool IsPartition) { in mangleModuleNamePrefix() argument
1076 mangleModuleNamePrefix(Parts.first, IsPartition); in mangleModuleNamePrefix()
1077 IsPartition = false; in mangleModuleNamePrefix()
1081 if (IsPartition) in mangleModuleNamePrefix()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2278 bool IsPartition = false; member
3197 bool IsPartition = false);