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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h29 struct LVComputationKind { struct in namespace:clang
42 explicit LVComputationKind(NamedDecl::ExplicitVisibilityKind EK) function in struct:clang::LVComputationKind
58 static LVComputationKind forLinkageOnly() {
59 LVComputationKind Result(NamedDecl::VisibilityForValue);
84 // The integer represents an LVComputationKind.
87 LVComputationKind::NumLVComputationKindBits>;
90 static QueryType makeCacheKey(const NamedDecl *ND, LVComputationKind Kind) {
95 LVComputationKind Kind) const {
102 void cache(const NamedDecl *ND, LVComputationKind Kind, LinkageInfo Info) {
107 LVComputationKind computatio
[all...]
H A DDecl.cpp160 static bool hasExplicitVisibilityAlready(LVComputationKind computation) {
164 /// Given an LVComputationKind, return one of the same type/value sort
166 static LVComputationKind
167 withExplicitVisibilityAlready(LVComputationKind Kind) {
173 LVComputationKind kind) {
241 LVComputationKind computation) {
251 const TemplateParameterList *Params, LVComputationKind computation) {
317 /// Note that we don't take an LVComputationKind because we always
321 LVComputationKind computation) {
369 LVComputationKind computatio
[all...]
H A DAPValue.cpp1113 LVComputationKind computation) {

Completed in 75 milliseconds