Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp886 LVComputationKind classComputation = computation; in getLVForClassMember() local
888 classComputation = withExplicitVisibilityAlready(computation); in getLVForClassMember()
891 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()
/external/llvm-project/clang/lib/AST/
DDecl.cpp956 LVComputationKind classComputation = computation; in getLVForClassMember() local
958 classComputation = withExplicitVisibilityAlready(computation); in getLVForClassMember()
961 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()