HomeSort by: relevance | last modified time | path
    Searched defs:IsPrivate (Results 1 - 6 of 6) 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/Lex/
ModuleMap.cpp 454 bool IsPrivate = false;
459 IsPrivate |=
463 assert(IsPrivate && "inconsistent headers and roles");
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 480 IsPrivate = 1 << 2,
  /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 29 milliseconds