Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
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()
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()
/external/boringssl/src/util/
Ddoc.go58 IsPrivate bool member
398 section.IsPrivate = len(comment) > 0 && isPrivateSection(comment[0])
602 {{if not .IsPrivate}}
612 {{if not .IsPrivate}}
/external/llvm-project/clang/lib/AST/
DOSLog.cpp127 ArgsData.back().Flags |= OSLogBufferItem::IsPrivate; in HandlePrintfSpecifier()
DPrintfFormatString.cpp154 PrivacyFlags = clang::analyze_os_log::OSLogBufferItem::IsPrivate; in ParsePrintfSpecifier()
177 case clang::analyze_os_log::OSLogBufferItem::IsPrivate: in ParsePrintfSpecifier()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h442 IsPrivate = 1 << 2, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h480 IsPrivate = 1 << 2, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h480 IsPrivate = 1 << 2, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp261 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/external/clang/lib/Lex/
DModuleMap.cpp218 bool IsPrivate = false; in violatesPrivateInclude() local
223 IsPrivate |= in violatesPrivateInclude()
227 assert(IsPrivate && "inconsistent headers and roles"); in violatesPrivateInclude()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp243 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp251 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h1033 bool IsPrivate() const { in IsPrivate() function
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp453 bool IsPrivate = false; in violatesPrivateInclude() local
458 IsPrivate |= in violatesPrivateInclude()
462 assert(IsPrivate && "inconsistent headers and roles"); in violatesPrivateInclude()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp55 PUSH_FLAG(ExportFlags, IsPrivate, Flags, "private"); in formatExportFlags()
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3493 IsPrivate = 4, enumerator
3519 Flags |= IsPrivate | IsPrivateOnPath; in initialize()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3331 IsPrivate = 4, enumerator
3357 Flags |= IsPrivate | IsPrivateOnPath; in initialize()