Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp277 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() local
580 bool IsPartition) { in ActOnModuleImport()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2441 bool IsPartition = false; in ParseModuleImport() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1116 bool IsPartition; member
3233 bool IsPartition = consumeIf('P'); in parseModuleNameOpt() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp1121 void CXXNameMangler::mangleModuleNamePrefix(StringRef Name, bool IsPartition) { in mangleModuleNamePrefix()