Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp123 bool CouldBeBitField) { in ParseHLSLAnnotations() argument
136 if (CouldBeBitField) { in ParseHLSLAnnotations()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3025 bool CouldBeBitField = false) {
3029 ParseHLSLAnnotations(Attrs, EndLoc, CouldBeBitField);
3043 bool CouldBeBitField = false);