Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp100 bool LHSPrioritized = PrioritizedClasses.count(LHS) > 0; in EmitNode() local
102 return std::tuple(LHSPrioritized, LHS.getName()) > in EmitNode()