Home
last modified time | relevance | path

Searched refs:TokenKind (Results 76 – 99 of 99) sorted by relevance

1234

/openbsd/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp454 AsmToken::TokenKind CurTok = Parser.getLexer().getKind(); in tryParseRelocExpression()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1686 bool isToken(const AsmToken::TokenKind Kind) const;
1690 bool trySkipId(const StringRef Id, const AsmToken::TokenKind Kind);
1691 bool trySkipToken(const AsmToken::TokenKind Kind);
1692 bool skipToken(const AsmToken::TokenKind Kind, const StringRef ErrMsg);
1697 AsmToken::TokenKind getTokenKind() const;
7118 AMDGPUAsmParser::isToken(const AsmToken::TokenKind Kind) const { in isToken()
7148 AMDGPUAsmParser::trySkipId(const StringRef Id, const AsmToken::TokenKind Kind) { in trySkipId()
7158 AMDGPUAsmParser::trySkipToken(const AsmToken::TokenKind Kind) { in trySkipToken()
7167 AMDGPUAsmParser::skipToken(const AsmToken::TokenKind Kind, in skipToken()
7257 AsmToken::TokenKind
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp367 unsigned getBinOpPrecedence(AsmToken::TokenKind K,
1164 AsmToken::TokenKind FirstTokenKind = Lexer.getKind(); in parsePrimaryExpr()
1583 static unsigned getDarwinBinOpPrecedence(AsmToken::TokenKind K, in getDarwinBinOpPrecedence()
1660 AsmToken::TokenKind K, in getGNUBinOpPrecedence()
1742 unsigned AsmParser::getBinOpPrecedence(AsmToken::TokenKind K, in getBinOpPrecedence()
2640 static bool isOperator(AsmToken::TokenKind kind) { in isOperator()
/openbsd/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp515 tok::TokenKind kind = FormatTok->Tok.getKind(); in parseLevel()
1071 tok::TokenKind Kind = InitialToken.Tok.getKind(); in ShouldBreakBeforeBrace()
2458 tok::TokenKind ClosingBraceKind) { in parseBracedList()
3228 static bool isCOperatorFollowingVar(tok::TokenKind kind) { in isCOperatorFollowingVar()
H A DTokenAnnotator.cpp1607 Context(tok::TokenKind ContextKind, unsigned BindingStrength, in Context()
1612 tok::TokenKind ContextKind;
1650 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind, in ScopedContextCreator()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmtAsm.cpp206 const tok::TokenKind EndOfStream = tok::semi; in ParseMSAsmIdentifier()
H A DParseObjc.cpp1029 tok::TokenKind methodType = Tok.getKind(); in ParseObjCMethodPrototype()
1376 tok::TokenKind mType, in ParseObjCMethodDecl()
2836 tok::TokenKind Kind = Tok.getKind(); in ParseObjCAtExpression()
H A DParseDecl.cpp2481 SmallVector<tok::TokenKind, 2> StopTokens; in ParseDeclarationAfterDeclaratorAndAttributes()
2738 tok::TokenKind TagKind = tok::unknown; in ParseImplicitInt()
4213 tok::TokenKind Kind = Tok.getKind(); in ParseDeclarationSpecifiers()
5960 static bool isPtrOperatorToken(tok::TokenKind Kind, const LangOptions &Lang, in isPtrOperatorToken()
6082 tok::TokenKind Kind = Tok.getKind(); in ParseDeclaratorInternal()
6484 if (Tok.getKind() == tok::TokenKind::kw_while) { in ParseDirectDeclarator()
H A DParseStmt.cpp179 tok::TokenKind Kind = Tok.getKind(); in ParseStatementOrDeclarationAfterAttributes()
H A DParseDeclCXX.cpp1527 void Parser::ParseClassSpecifier(tok::TokenKind TagTokKind, in ParseClassSpecifier()
/openbsd/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1129 void tryParseOperandIdx(AsmToken::TokenKind PrevTK,
1864 void X86AsmParser::tryParseOperandIdx(AsmToken::TokenKind PrevTK, in tryParseOperandIdx()
1876 AsmToken::TokenKind PrevTK = AsmToken::Error; in ParseIntelExpression()
1888 AsmToken::TokenKind TK = getLexer().getKind(); in ParseIntelExpression()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1189 tok::TokenKind Operator, in ActOnCXXFoldExpr()
H A DSemaExprCXX.cpp811 Sema::ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { in ActOnCXXBoolLiteral()
7503 tok::TokenKind OpKind, in ActOnStartCXXMemberReference()
7646 tok::TokenKind &OpKind, SourceLocation OpLoc) { in CheckArrow()
7710 tok::TokenKind OpKind, in BuildPseudoDestructorExpr()
7829 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
7974 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
H A DSemaCast.cpp273 Sema::ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, in ActOnCXXNamedCast()
296 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, in BuildCXXNamedCast()
H A DSemaExprMember.cpp1705 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
H A DSemaCodeComplete.cpp448 tok::TokenKind Op) { in getPreferredTypeOfBinaryRHS()
527 tok::TokenKind Op) { in getPreferredTypeOfUnaryArg()
558 tok::TokenKind Op) { in enterBinary()
578 tok::TokenKind OpKind, in enterUnary()
H A DSemaExpr.cpp3605 ExprResult Sema::ActOnPredefinedExpr(SourceLocation Loc, tok::TokenKind Kind) { in ActOnPredefinedExpr()
4746 tok::TokenKind Kind, Expr *Input) { in ActOnPostfixUnaryOp()
14828 BinaryOperatorKind Sema::ConvertTokenKindToBinaryOpcode(tok::TokenKind Kind) { in ConvertTokenKindToBinaryOpcode()
14870 tok::TokenKind Kind) { in ConvertTokenKindToUnaryOpcode()
15575 tok::TokenKind Kind, in ActOnBinOp()
16102 ExprResult Sema::ActOnUnaryOp(Scope *S, SourceLocation OpLoc, tok::TokenKind Op, in ActOnUnaryOp()
21128 Sema::ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { in ActOnObjCBoolLiteral()
H A DSemaDeclObjC.cpp4723 tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, in ActOnMethodDeclaration()
H A DSemaDecl.cpp128 bool Sema::isSimpleTypeSpecifier(tok::TokenKind Kind) const { in isSimpleTypeSpecifier()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def9 // This file defines the TokenKind database. This includes normal tokens like
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp1786 tok::TokenKind Kind, in EnterAnnotationToken()
/openbsd/gnu/llvm/clang/docs/
H A DInternalsManual.rst1054 * **TokenKind** --- This indicates the kind of token as classified by the
1126 * **TokenKind "Kind"** --- This indicates the kind of Annotation token this is.
/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp742 AsmToken::TokenKind OperatorToken, in createTargetUnaryExpr()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1671 Tok.setKind((tok::TokenKind)Record[Idx++]); in ReadToken()

1234