Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.h111 startsWith(tok::kw_inline, tok::kw_namespace) || in startsWithNamespace()
H A DFormatToken.h529 if (NamespaceTok && NamespaceTok->isOneOf(tok::kw_inline, tok::kw_export)) in getNamespaceToken()
H A DUnwrappedLineParser.cpp1070 case tok::kw_inline: in parseStructuralElement()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLToken.h399 kw_inline, enumerator
H A DLLParser.cpp7273 case lltok::kw_inline: in ParseTypeTestResolution()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp92 (NextToken().is(tok::kw_inline) && in ParseNamespace()
98 if (Tok.is(tok::kw_inline)) { in ParseNamespace()
1291 case tok::kw_inline: // struct foo inline f(); in isValidAfterTypeSpecifier()
H A DParseTentative.cpp1385 case tok::kw_inline: in isCXXDeclarationSpecifier()
H A DParseDecl.cpp1685 case tok::kw_inline: in ParseDeclaration()
1871 case tok::kw_inline: in SkipMalformedDecl()
3482 case tok::kw_inline: in ParseDeclarationSpecifiers()
4908 case tok::kw_inline: in isDeclarationSpecifier()
H A DParser.cpp803 case tok::kw_inline: in ParseExternalDeclaration()
H A DParseObjc.cpp1052 case tok::kw_inline: in ParseObjCSelectorPiece()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp2308 return MacroName.isOneOf(tok::kw_extern, tok::kw_inline, tok::kw_static, in isConfigurationPattern()