/openbsd/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
H A D | TokenBufferTokenManager.h | 22 TokenBufferTokenManager(const TokenBuffer &Tokens, in TokenBufferTokenManager() 58 const TokenBuffer &Tokens; variable
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | MacroExpander.cpp | 50 DefinitionParser(ArrayRef<FormatToken *> Tokens) : Tokens(Tokens) { in DefinitionParser() 118 ArrayRef<FormatToken *> Tokens; member in clang::format::MacroExpander::DefinitionParser 140 const auto Tokens = Lex.lex(); in parseDefinition() local
|
H A D | TokenAnnotator.h | 90 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith() 98 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
|
H A D | DefinitionBlockSeparator.cpp | 24 FormatTokenLexer &Tokens) { in analyze() 34 FormatTokenLexer &Tokens) { in separateBlocks()
|
H A D | UnwrappedLineParser.h | 42 std::list<UnwrappedLineNode> Tokens; member 280 FormatTokenSource *Tokens; variable
|
H A D | FormatTokenLexer.h | 124 SmallVector<FormatToken *, 16> Tokens; variable
|
H A D | UnwrappedLineParser.cpp | 268 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() 327 ArrayRef<FormatToken *> Tokens; member in clang::format::__anone5a7340a0211::IndexedTokenSource 336 ArrayRef<FormatToken *> Tokens, in UnwrappedLineParser() 809 auto &Tokens = ParsedLine.Tokens; in mightFitOnOneLine() local 3746 FormatTokenSource *Tokens; member in clang::format::__anone5a7340a0911::ScopedTokenPosition 3749 ScopedTokenPosition(FormatTokenSource *Tokens) : Tokens(Tokens) { in ScopedTokenPosition()
|
H A D | Macros.h | 268 llvm::SmallVector<std::unique_ptr<LineNode>> Tokens; member
|
H A D | Format.cpp | 1979 FormatTokenLexer &Tokens) override { in analyze() 2032 FormatTokenLexer &Tokens) override { in analyze() 2083 FormatTokenLexer &Tokens) override { in analyze() 2134 FormatTokenLexer &Tokens) override { in analyze() 2223 FormatTokenLexer &Tokens) override { in analyze() 2364 FormatTokenLexer &Tokens) override { in analyze() 2427 FormatTokenLexer &Tokens) override { in analyze() 2595 SmallVector<FormatToken *> Tokens; in generateFixes() local 2648 FormatTokenLexer &Tokens) override { in analyze()
|
H A D | TokenAnalyzer.cpp | 110 SmallVector<FormatToken *, 10> Tokens(Toks.begin(), Toks.end()); in process() local
|
H A D | BreakableToken.h | 329 SmallVector<FormatToken *, 16> Tokens; variable
|
H A D | UsingDeclarationsSorter.cpp | 214 FormatTokenLexer &Tokens) { in analyze()
|
H A D | NamespaceEndCommentsFixer.cpp | 283 FormatTokenLexer &Tokens) { in analyze()
|
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 569 llvm::ArrayRef<syntax::Token> Tokens) { in spelledTokensTouching() 583 const syntax::TokenBuffer &Tokens) { in spelledTokensTouching() 590 llvm::ArrayRef<syntax::Token> Tokens) { in spelledIdentifierTouching() 600 const syntax::TokenBuffer &Tokens) { in spelledIdentifierTouching() 623 std::vector<syntax::Token> Tokens; in tokenize() local 966 llvm::ArrayRef<syntax::Token> Tokens) { in dumpForTests()
|
H A D | BuildTree.cpp | 441 auto Tokens = TBTM.tokenBuffer().expandedTokens(); in finalize() local 477 auto Tokens = getRange(D->getSourceRange()); in getTemplateRange() local 510 ArrayRef<syntax::Token> Tokens; in getDeclarationRange() local 526 auto Tokens = getRange(S->getSourceRange()); in getStmtRange() local 538 ArrayRef<syntax::Token> maybeAppendSemicolon(ArrayRef<syntax::Token> Tokens, in maybeAppendSemicolon() 1326 auto Tokens = Builder.getDeclarationRange(S); in WalkUpFromNamespaceDecl() local 1642 auto Tokens = llvm::ArrayRef(Arrow, Return.end()); in buildTrailingReturn() local
|
H A D | ComputeReplacements.cpp | 111 &TU, TBTM, [&](llvm::ArrayRef<syntax::Token> Tokens, bool IsOriginal) { in computeReplacements()
|
H A D | Synthesis.cpp | 43 auto Tokens = in createLeaf() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | GlobPattern.h | 48 std::vector<BitVector> Tokens; variable
|
/openbsd/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceScriptParser.h | 181 std::vector<RCToken> Tokens; variable
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFDirectiveParser.cpp | 65 SmallVector<StringRef, 16> Tokens; in parse() local
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | TokenLexer.h | 51 const Token *Tokens; variable
|
H A D | DependencyDirectivesScanner.h | 95 ArrayRef<Token> Tokens; member
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | DependencyDirectivesScanner.cpp | 153 SmallVectorImpl<dependency_directives_scan::Token> &Tokens; member 844 StringRef Input, SmallVectorImpl<dependency_directives_scan::Token> &Tokens, in scanSourceForDependencyDirectives()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | CommentSema.cpp | 676 TokenValue Tokens[] = {tok::l_square, tok::l_square, in checkDeprecatedCommand() local 685 TokenValue Tokens[] = { in checkDeprecatedCommand() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 479 std::vector<std::unique_ptr<IfcvtToken>> Tokens; in INITIALIZE_PASS_DEPENDENCY() local 1210 MachineBasicBlock &MBB, std::vector<std::unique_ptr<IfcvtToken>> &Tokens) { in AnalyzeBlock() 1431 MachineFunction &MF, std::vector<std::unique_ptr<IfcvtToken>> &Tokens) { in AnalyzeBlocks()
|