Home
last modified time | relevance | path

Searched refs:kw_inline (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h117 startsWith(tok::kw_inline, tok::kw_namespace) || in startsWithNamespace()
H A DNamespaceEndCommentsFixer.cpp124 if (FirstNSTok->is(tok::kw_inline)) { in computeName()
H A DQualifierAlignmentFixer.cpp413 .Case("inline", tok::kw_inline) in getTokenFromQualifier()
H A DFormatToken.h751 if (NamespaceTok && NamespaceTok->isOneOf(tok::kw_inline, tok::kw_export)) in getNamespaceToken()
H A DUnwrappedLineParser.cpp1584 case tok::kw_inline: in parseStructuralElement()
2812 while (FormatTok->isOneOf(tok::identifier, tok::coloncolon, tok::kw_inline, in parseNamespace()
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLToken.h371 kw_inline, enumerator
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMacroParenthesesCheck.cpp72 tok::kw_enum, tok::kw_inline, tok::kw_static, tok::kw_struct, in isVarDeclKeyword()
/llvm-project-15.0.7/clang/unittests/Format/
H A DQualifierFixerTest.cpp131 tok::kw_inline); in TEST_F()
723 ConfiguredTokens.push_back(tok::kw_inline); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp174 return T.isOneOf(tok::kw_constexpr, tok::kw_inline, tok::kw_extern, in isSpecifier()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmtAsm.cpp954 case tok::kw_inline: return GNUAsmQualifiers::AQ_inline; in getGNUAsmQualifier()
H A DParseTentative.cpp1369 case tok::kw_inline: in isCXXDeclarationSpecifier()
H A DParseDeclCXX.cpp105 (NextToken().is(tok::kw_inline) && in ParseNamespace()
111 if (Tok.is(tok::kw_inline)) { in ParseNamespace()
1389 case tok::kw_inline: // struct foo inline f(); in isValidAfterTypeSpecifier()
H A DParseDecl.cpp1780 case tok::kw_inline: in ParseDeclaration()
1983 case tok::kw_inline: in SkipMalformedDecl()
3841 case tok::kw_inline: in ParseDeclarationSpecifiers()
5407 case tok::kw_inline: in isDeclarationSpecifier()
H A DParser.cpp963 case tok::kw_inline: in ParseExternalDeclaration()
H A DParseObjc.cpp1072 case tok::kw_inline: in ParseObjCSelectorPiece()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp2776 return MacroName.isOneOf(tok::kw_extern, tok::kw_inline, tok::kw_static, in isConfigurationPattern()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp8042 case lltok::kw_inline: in parseTypeTestResolution()