Searched defs:Tok (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DCommentBriefParser.h35 Token Tok; member in class:clang::comments::BriefParser
H A DCommentParser.h55 Token Tok; member in class:clang::comments::Parser
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp88 Token Tok; local
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp116 void Preprocessor::AnnotatePreviousCachedTokens(const Token &Tok) { argument
H A DTokenConcatenation.cpp128 GetFirstChar(const Preprocessor &PP, const Token &Tok) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp60 const Token &Tok = P.getCurToken(); local
H A DParseHLSL.cpp104 fixSeparateAttrArgAndNumber(StringRef ArgStr, SourceLocation ArgLoc, Token Tok, ArgsVector &ArgExprs, Parser &P, ASTContext &Ctx, Preprocessor &PP) argument
[all...]
H A DParseStmtAsm.cpp186 const Token &Tok = AsmToks[TokIndex]; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp84 bool AffectedRangeManager::affectsLeadingEmptyLines(const FormatToken &Tok) { argument
[all...]
H A DFormatTokenSource.h171 FormatToken *Tok = Tokens[Position]; local
H A DUnwrappedLineFormatter.cpp30 bool isRecordLBrace(const FormatToken &Tok) { argument
[all...]
H A DUsingDeclarationsSorter.cpp113 const FormatToken *Tok = UsingTok->Next; local
[all...]
H A DMacros.h266 LineNode(FormatToken *Tok) : Tok(Tok) {} argument
267 FormatToken *Tok = nullptr; member in struct:clang::format::MacroCallReconstructor::LineNode
H A DObjCPropertyAttributeOrderFixer.cpp158 analyzeObjCPropertyDecl( const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, tooling::Replacements &Fixes, const FormatToken *Tok) argument
[all...]
H A DIntegerLiteralSeparatorFixer.cpp86 Token Tok; local
H A DNamespaceEndCommentsFixer.cpp30 processTokens(const FormatToken *Tok, tok::TokenKind StartTok, argument
48 skipAttribute(const FormatToken *Tok) argument
67 const FormatToken *Tok = NamespaceTok->getNextNonComment(); local
[all...]
H A DQualifierAlignmentFixer.cpp133 auto *Tok = Begin; local
156 isConfiguredQualifier(const FormatToken *const Tok, const std::vector<tok::TokenKind> &Qualifiers) argument
161 isQualifier(const FormatToken *const Tok) argument
179 analyzeRight( const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, tooling::Replacements &Fixes, const FormatToken *const Tok, const std::string &Qualifier, tok::TokenKind QualifierType) argument
368 analyzeLeft( const SourceManager &SourceMgr, const AdditionalKeywords &Keywords, tooling::Replacements &Fixes, const FormatToken *const Tok, const std::string &Qualifier, tok::TokenKind QualifierType) argument
611 isQualifierOrType( const FormatToken *const Tok) argument
617 isConfiguredQualifierOrType( const FormatToken *const Tok, const std::vector<tok::TokenKind> &Qualifiers) argument
626 isPossibleMacro(const FormatToken *Tok) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp49 Token Tok; local
59 checkAndConsumeDirectiveWithName( Lexer &Lex, StringRef Name, Token &Tok, std::optional<StringRef> RawIDName = std::nullopt) argument
72 skipComments(Lexer &Lex, Token &Tok) argument
125 checkAndConsumeInclusiveDirective(Lexer &Lex, Token &Tok) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp177 static void dumpTokenInto(const Preprocessor &PP, raw_ostream &OS, Token Tok) { argument
205 onTokenLexed(const Token &Tok) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp151 const AsmToken &Tok = getTok(); local
H A DWasmAsmParser.cpp73 bool error(const StringRef &Msg, const AsmToken &Tok) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h112 AsmToken Tok; local
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp350 Token Tok; member in class:llvm::object::Parser
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp395 tgtok::TokKind Tok = LexToken(); local

Completed in 243 milliseconds

1234