Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h53 StringRef TokenValue; variable
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h93 class TokenValue {
98 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function
106 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function
1536 ArrayRef<TokenValue> Tokens) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp677 TokenValue Tokens[] = {tok::l_square, tok::l_square, in checkDeprecatedCommand()
686 TokenValue Tokens[] = { in checkDeprecatedCommand()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2201 SmallVector<TokenValue, 6> AttrTokens; in DiagnoseCallingConvCast()
2209 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
2210 : TokenValue(II)); in DiagnoseCallingConvCast()
2219 ? TokenValue(II->getTokenID()) in DiagnoseCallingConvCast()
2220 : TokenValue(II)); in DiagnoseCallingConvCast()
H A DAnalysisBasedWarnings.cpp1390 TokenValue FallthroughTokens[] = { in getFallthroughAttrSpelling()
1396 TokenValue ClangFallthroughTokens[] = { in getFallthroughAttrSpelling()
2632 TokenValue ClangUnsafeBufferUsageTokens[] = { in getUnsafeBufferUsageAttributeTextAt()
H A DSemaObjCProperty.cpp2284 TokenValue tokens[] = { in DiagnoseOwningPropertyGetterSynthesis()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp353 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()
360 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()