Home
last modified time | relevance | path

Searched defs:LVComputationKind (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/AST/
DLinkage.h29 struct LVComputationKind { struct
40 enum { NumLVComputationKindBits = 3 }; argument
42 explicit LVComputationKind(NamedDecl::ExplicitVisibilityKind EK) in LVComputationKind() argument
58 static LVComputationKind forLinkageOnly() { in forLinkageOnly() argument
84 // The integer represents an LVComputationKind. argument
/external/clang/lib/AST/
DDecl.cpp110 enum LVComputationKind { enum