Home
last modified time | relevance | path

Searched refs:IsPrivate (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOSLog.h62 IsPrivate = 0x1, enumerator
68 IsSensitive = 0x4 | IsPrivate
84 assert(((Flags == 0) || (Flags == IsPrivate) || (Flags == IsPublic) || in TheKind()
102 bool getIsPrivate() const { return (Flags & IsPrivate) != 0; } in getIsPrivate()
H A DFormatString.h508 OptionalFlag IsPrivate; // '{private}' variable
521 HasObjCTechnicalTerm("tt"), IsPrivate("private"), IsPublic("public"), in PrintfSpecifier()
551 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); } in setIsPrivate()
593 const OptionalFlag &isPrivate() const { return IsPrivate; } in isPrivate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOSLog.cpp127 ArgsData.back().Flags |= OSLogBufferItem::IsPrivate; in HandlePrintfSpecifier()
H A DPrintfFormatString.cpp154 PrivacyFlags = clang::analyze_os_log::OSLogBufferItem::IsPrivate; in ParsePrintfSpecifier()
177 case clang::analyze_os_log::OSLogBufferItem::IsPrivate: in ParsePrintfSpecifier()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h480 IsPrivate = 1 << 2, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp251 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp454 bool IsPrivate = false; in violatesPrivateInclude() local
459 IsPrivate |= in violatesPrivateInclude()
463 assert(IsPrivate && "inconsistent headers and roles"); in violatesPrivateInclude()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp55 PUSH_FLAG(ExportFlags, IsPrivate, Flags, "private"); in formatExportFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1709 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {AddrLong}); in instrumentAMDGPUAddress() local
1710 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate); in instrumentAMDGPUAddress()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3509 IsPrivate = 4, enumerator
3535 Flags |= IsPrivate | IsPrivateOnPath; in initialize()