Home
last modified time | relevance | path

Searched defs:ModuleMapIsPrivate (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h308 unsigned ModuleMapIsPrivate : 1; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5533 bool ModuleMapIsPrivate = Record[Idx++]; in ReadSubmoduleBlock() local