HomeSort by: relevance | last modified time | path
    Searched refs:IsPrivate (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h 62 IsPrivate = 0x1,
68 IsSensitive = 0x4 | IsPrivate
84 assert(((Flags == 0) || (Flags == IsPrivate) || (Flags == IsPublic) ||
102 bool getIsPrivate() const { return (Flags & IsPrivate) != 0; }
FormatString.h 508 OptionalFlag IsPrivate; // '{private}'
521 HasObjCTechnicalTerm("tt"), IsPrivate("private"), IsPublic("public"),
551 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); }
593 const OptionalFlag &isPrivate() const { return IsPrivate; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp 126 else if (FS.isPrivate())
127 ArgsData.back().Flags |= OSLogBufferItem::IsPrivate;
PrintfFormatString.cpp 154 PrivacyFlags = clang::analyze_os_log::OSLogBufferItem::IsPrivate;
177 case clang::analyze_os_log::OSLogBufferItem::IsPrivate:
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 480 IsPrivate = 1 << 2,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 251 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 454 bool IsPrivate = false;
459 IsPrivate |=
463 assert(IsPrivate && "inconsistent headers and roles");
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 55 PUSH_FLAG(ExportFlags, IsPrivate, Flags, "private");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 1709 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {AddrLong});
1710 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 3509 IsPrivate = 4,
3535 Flags |= IsPrivate | IsPrivateOnPath;

Completed in 78 milliseconds