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.h5173 bool CouldBeBitField = false) {
5177 ParseHLSLAnnotations(Attrs, EndLoc, CouldBeBitField);
5193 bool CouldBeBitField = false);