Searched refs:LVComputationKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h28 struct LVComputationKind { struct in namespace:clang
41 explicit LVComputationKind(NamedDecl::ExplicitVisibilityKind EK) function in struct:clang::LVComputationKind
57 static LVComputationKind forLinkageOnly() {
58 LVComputationKind Result(NamedDecl::VisibilityForValue);
83 // The integer represents an LVComputationKind.
86 LVComputationKind::NumLVComputationKindBits>;
89 static QueryType makeCacheKey(const NamedDecl *ND, LVComputationKind Kind) {
94 LVComputationKind Kind) const {
101 void cache(const NamedDecl *ND, LVComputationKind Kind, LinkageInfo Info) {
106 LVComputationKind computatio
[all...]
H A DDecl.cpp159 static bool hasExplicitVisibilityAlready(LVComputationKind computation) {
163 /// Given an LVComputationKind, return one of the same type/value sort
165 static LVComputationKind
166 withExplicitVisibilityAlready(LVComputationKind Kind) {
172 LVComputationKind kind) {
240 LVComputationKind computation) {
250 const TemplateParameterList *Params, LVComputationKind computation) {
316 /// Note that we don't take an LVComputationKind because we always
320 LVComputationKind computation) {
364 LVComputationKind computatio
[all...]

Completed in 121 milliseconds