Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp271 if (IsPartition) in ActOnModuleDecl() local
577 assert((!IsPartition || getLangOpts().CPlusPlusModules) && in ActOnModuleImport() argument
/llvm-project/clang/lib/Parse/
H A DParser.cpp2573 bool IsPartition = false; ParseModuleImport() local
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1076 bool IsPartition; global() member
3096 bool IsPartition = consumeIf('P'); parseModuleNameOpt() local
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h1077 bool IsPartition; global() member
3097 bool IsPartition = consumeIf('P'); parseModuleNameOpt() local
/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp1120 mangleModuleNamePrefix(StringRef Name,bool IsPartition) mangleModuleNamePrefix() argument