Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DFormatToken.cpp27 bool FormatToken::isSimpleTypeSpecifier() const { in isSimpleTypeSpecifier() function in clang::format::FormatToken
H A DFormatToken.h316 bool isSimpleTypeSpecifier() const;
H A DUnwrappedLineParser.cpp781 FormatTok->isSimpleTypeSpecifier()) in parseStructuralElement()
860 Line->Tokens.back().Tok->isSimpleTypeSpecifier())) { in tryToParseLambda()
870 if (FormatTok->isSimpleTypeSpecifier()) { in tryToParseLambda()
H A DTokenAnnotator.cpp220 CurrentToken->isSimpleTypeSpecifier()) in parseParens()
932 PreviousNotConst->isSimpleTypeSpecifier(); in isStartOfName()
961 Tok.Previous->isSimpleTypeSpecifier(); in rParenEndsCast()
1366 if (Tok->is(tok::kw_const) || Tok->isSimpleTypeSpecifier() || in isFunctionDeclarationName()
1719 Left.isSimpleTypeSpecifier()) && in spaceRequiredBetween()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1111 if (!Actions.isSimpleTypeSpecifier(Tok.getKind())) in ParseCastExpression()
H A DParseObjc.cpp2176 if (!Actions.isSimpleTypeSpecifier(Tok.getKind())) { in ParseObjCXXMessageReceiver()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1424 bool isSimpleTypeSpecifier(tok::TokenKind Kind) const;
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp95 bool Sema::isSimpleTypeSpecifier(tok::TokenKind Kind) const { in isSimpleTypeSpecifier() function in Sema