Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.h43 class DeclRelationSet; variable
173 DeclRelationSet(Set S) : S(S) {} in DeclRelationSet() function
177 DeclRelationSet(DeclRelation R) { S.set(static_cast<unsigned>(R)); } in DeclRelationSet() function