Home
last modified time | relevance | path

Searched refs:TokenValue (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h53 StringRef TokenValue; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h89 class TokenValue {
94 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function
102 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function
1500 ArrayRef<TokenValue> Tokens) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp675 TokenValue Tokens[] = {tok::l_square, tok::l_square, in checkDeprecatedCommand()
684 TokenValue Tokens[] = { in checkDeprecatedCommand()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2160 SmallVector<TokenValue, 6> AttrTokens; in DiagnoseCallingConvCast()
2168 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
2169 : TokenValue(II)); in DiagnoseCallingConvCast()
2178 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
2179 : TokenValue(II)); in DiagnoseCallingConvCast()
H A DAnalysisBasedWarnings.cpp1250 TokenValue FallthroughTokens[] = { in getFallthroughAttrSpelling()
1256 TokenValue ClangFallthroughTokens[] = { in getFallthroughAttrSpelling()
2344 TokenValue ClangUnsafeBufferUsageTokens[] = { in getUnsafeBufferUsageAttributeTextAt()
H A DSemaObjCProperty.cpp2292 TokenValue tokens[] = { in DiagnoseOwningPropertyGetterSynthesis()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp351 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()
358 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()