Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp160 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() local
429 bool IsPartition) { in ActOnModuleImport()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp2453 bool IsPartition = false; in ParseModuleImport() local
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h992 bool IsPartition; member
2817 bool IsPartition = consumeIf('P'); in parseModuleNameOpt() local
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h992 bool IsPartition; member
2817 bool IsPartition = consumeIf('P'); in parseModuleNameOpt() local
/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp1063 void CXXNameMangler::mangleModuleNamePrefix(StringRef Name, bool IsPartition) { in mangleModuleNamePrefix()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2246 bool IsPartition = false; member