Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2722 void DiagnoseBitIntUse(const Token &Tok);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4239 DiagnoseBitIntUse(Tok); in ParseDeclarationSpecifiers()
8119 void Parser::DiagnoseBitIntUse(const Token &Tok) { in DiagnoseBitIntUse() function in Parser
H A DParseExprCXX.cpp2263 DiagnoseBitIntUse(Tok); in ParseCXXSimpleTypeSpecifier()