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.h2036 void DiagnoseBitIntUse(const Token &Tok);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2085 DiagnoseBitIntUse(Tok); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4297 DiagnoseBitIntUse(Tok); in ParseDeclarationSpecifiers()
8163 void Parser::DiagnoseBitIntUse(const Token &Tok) { in DiagnoseBitIntUse() function in Parser