Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h119 startsWith(tok::kw_inline, tok::kw_namespace) || in startsWithNamespace()
H A DNamespaceEndCommentsFixer.cpp56 if (Tok->is(tok::kw_inline)) in computeName()
H A DFormatToken.h698 if (NamespaceTok && NamespaceTok->isOneOf(tok::kw_inline, tok::kw_export)) in getNamespaceToken()
H A DUnwrappedLineParser.cpp1208 case tok::kw_inline: in parseStructuralElement()
2208 while (FormatTok->isOneOf(tok::identifier, tok::coloncolon, tok::kw_inline, in parseNamespace()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h436 kw_inline, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp954 case tok::kw_inline: return GNUAsmQualifiers::AQ_inline; in getGNUAsmQualifier()
H A DParseDeclCXX.cpp92 (NextToken().is(tok::kw_inline) && in ParseNamespace()
98 if (Tok.is(tok::kw_inline)) { in ParseNamespace()
1368 case tok::kw_inline: // struct foo inline f(); in isValidAfterTypeSpecifier()
H A DParseTentative.cpp1369 case tok::kw_inline: in isCXXDeclarationSpecifier()
H A DParseDecl.cpp1720 case tok::kw_inline: in ParseDeclaration()
1912 case tok::kw_inline: in SkipMalformedDecl()
3693 case tok::kw_inline: in ParseDeclarationSpecifiers()
5244 case tok::kw_inline: in isDeclarationSpecifier()
H A DParser.cpp923 case tok::kw_inline: in ParseExternalDeclaration()
H A DParseObjc.cpp1070 case tok::kw_inline: in ParseObjCSelectorPiece()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2604 return MacroName.isOneOf(tok::kw_extern, tok::kw_inline, tok::kw_static, in isConfigurationPattern()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7908 case lltok::kw_inline: in parseTypeTestResolution()