Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp924 LVComputationKind classComputation = computation; in getLVForClassMember() local
926 classComputation = withExplicitVisibilityAlready(computation); in getLVForClassMember()
929 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()