Home
last modified time | relevance | path

Searched defs:ModulePrivate (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h236 ModulePrivate enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp604 bool ModulePrivate = Record.readInt(); in VisitDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1753 bool Sema::isModuleVisible(const Module *M, bool ModulePrivate) { in isModuleVisible()