Home
last modified time | relevance | path

Searched refs:IsUser (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticIDs.h101 unsigned IsUser : 1; variable
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make() argument
112 Result.IsUser = IsUser; in Make()
123 bool isUser() const { return IsUser; } in isUser()
145 return (IsUser << 7) | (IsPragma << 6) | (HasNoWarningAsError << 5) | in serialize()
151 Result.IsUser = (Bits >> 7) & 1; in deserialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h59 bool IsUser(ARCInstKind Class);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp311 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() function in llvm::objcarc