Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h153 startsWith(tok::kw_inline, tok::kw_namespace) || in startsWithNamespace()
H A DQualifierAlignmentFixer.cpp168 case tok::kw_inline: in isQualifier()
537 .Case("inline", tok::kw_inline) in getTokenFromQualifier()
H A DFormatToken.h889 if (NamespaceTok && NamespaceTok->isOneOf(tok::kw_inline, tok::kw_export)) in getNamespaceToken()
H A DUnwrappedLineParser.cpp1636 case tok::kw_inline: in parseStructuralElement()
3181 while (FormatTok->isOneOf(tok::identifier, tok::coloncolon, tok::kw_inline, in parseNamespace()
H A DTokenAnnotator.cpp3657 if (Tok->isOneOf(tok::kw_friend, tok::kw_inline, tok::kw_virtual, in getFunctionName()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h435 kw_inline, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp891 case tok::kw_inline: return GNUAsmQualifiers::AQ_inline; in getGNUAsmQualifier()
H A DParseDeclCXX.cpp73 (NextToken().is(tok::kw_inline) && in ParseNamespace()
79 if (Tok.is(tok::kw_inline)) { in ParseNamespace()
1503 case tok::kw_inline: // struct foo inline f(); in isValidAfterTypeSpecifier()
H A DParseTentative.cpp1173 case tok::kw_inline: in isCXXDeclarationSpecifier()
H A DParseDecl.cpp1891 case tok::kw_inline: in ParseDeclaration()
2077 case tok::kw_inline: in SkipMalformedDecl()
4150 case tok::kw_inline: in ParseDeclarationSpecifiers()
5845 case tok::kw_inline: in isDeclarationSpecifier()
H A DParser.cpp971 case tok::kw_inline: in ParseExternalDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2928 return MacroName.isOneOf(tok::kw_extern, tok::kw_inline, tok::kw_static, in isConfigurationPattern()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9258 case lltok::kw_inline: in parseTypeTestResolution()