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

1234

/freebsd-13-stable/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-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp88 Token Tok; local
/freebsd-13-stable/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-13-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp84 bool AffectedRangeManager::affectsLeadingEmptyLines(const FormatToken &Tok) { argument
[all...]
H A DNamespaceEndCommentsFixer.cpp36 const FormatToken *Tok = NamespaceTok->getNextNonComment(); local
[all...]
H A DUsingDeclarationsSorter.cpp90 const FormatToken *Tok = UsingTok->Next; local
[all...]
H A DWhitespaceManager.h119 const FormatToken *Tok; member in struct:clang::format::WhitespaceManager::Change
H A DBreakableToken.h234 BreakableToken(const FormatToken &Tok, bool InPPDirective, argument
239 const FormatToken &Tok; member in class:clang::format::BreakableToken
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, argument
221 const FormatToken *Tok; member in struct:clang::format::ParenState
H A DFormatTokenLexer.cpp466 precedesOperand(FormatToken *Tok) argument
[all...]
H A DUnwrappedLineParser.h290 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} argument
292 FormatToken *Tok; member in struct:clang::format::UnwrappedLineNode
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp59 const Token &Tok = P.getCurToken(); local
H A DParseStmtAsm.cpp186 const Token &Tok = AsmToks[TokIndex]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp47 Token Tok; local
57 checkAndConsumeDirectiveWithName( Lexer &Lex, StringRef Name, Token &Tok, llvm::Optional<StringRef> RawIDName = llvm::None) argument
70 skipComments(Lexer &Lex, Token &Tok) argument
122 checkAndConsumeInclusiveDirective(Lexer &Lex, Token &Tok) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h108 TokenLexer(Token &Tok, SourceLocation ILEnd, MacroInfo *MI, argument
H A DLexer.h626 inline char getAndAdvanceChar(const char *&Ptr, Token &Tok) { argument
641 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp104 static bool startsWithNewline(const SourceManager &SM, const Token &Tok) { argument
154 Token Tok; local
108 contains(const std::set<tok::TokenKind> &Terminators, const Token &Tok) argument
301 Token Tok; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h148 const syntax::Token *Tok; member in class:clang::syntax::final
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp70 bool error(const StringRef &Msg, const AsmToken &Tok) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h106 AsmToken Tok; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp126 Token Tok = consume<Token>(Line); local
249 Token Tok = Size ? Token::Func : Token::Public; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp51 syntax::Leaf::Leaf(const syntax::Token *Tok) : Node(NodeKind::Leaf), Tok(Tok) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp244 StringRef &Tok = Split.first; // Current token. local
[all...]

Completed in 134 milliseconds

1234