Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.h42 class DeclRelationSet; global() variable
176 DeclRelationSet(Set S) : S(S) {} DeclRelationSet() function
180 DeclRelationSet(DeclRelation R) { S.set(static_cast<unsigned>(R)); } DeclRelationSet() function
[all...]