/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | MacroExpander.cpp | 51 DefinitionParser(ArrayRef<FormatToken *> Tokens) : Tokens(Tokens) { in DefinitionParser() 119 ArrayRef<FormatToken *> Tokens; member in clang::format::MacroExpander::DefinitionParser 142 const auto Tokens = Lex.lex(); in parseDefinition() local
|
H A D | TokenAnnotator.h | 86 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith() 94 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
|
H A D | UnwrappedLineParser.h | 41 std::list<UnwrappedLineNode> Tokens; member 229 FormatTokenSource *Tokens; variable
|
H A D | FormatTokenLexer.h | 113 SmallVector<FormatToken *, 16> Tokens; variable
|
H A D | UnwrappedLineParser.cpp | 198 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() 219 ArrayRef<FormatToken *> Tokens; member in clang::format::__anond4a2c0880211::IndexedTokenSource 228 ArrayRef<FormatToken *> Tokens, in UnwrappedLineParser() 2547 FormatTokenSource *Tokens; member in clang::format::__anond4a2c0880411::ScopedTokenPosition 2550 ScopedTokenPosition(FormatTokenSource *Tokens) : Tokens(Tokens) { in ScopedTokenPosition()
|
H A D | TokenAnalyzer.cpp | 74 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 | 186 FormatTokenLexer &Tokens) { in analyze()
|
H A D | NamespaceEndCommentsFixer.cpp | 202 FormatTokenLexer &Tokens) { in analyze()
|
H A D | Format.cpp | 1542 FormatTokenLexer &Tokens) override { in analyze() 1630 FormatTokenLexer &Tokens) override { in analyze() 1762 FormatTokenLexer &Tokens) override { in analyze() 1824 FormatTokenLexer &Tokens) override { in analyze() 1992 std::vector<FormatToken *> Tokens; in generateFixes() local 2047 FormatTokenLexer &Tokens) override { in analyze()
|
H A D | SortJavaScriptImports.cpp | 138 FormatTokenLexer &Tokens) override { in analyze()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | GlobPattern.h | 48 std::vector<BitVector> Tokens; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 478 llvm::ArrayRef<syntax::Token> Tokens) { in spelledTokensTouching() 492 const syntax::TokenBuffer &Tokens) { in spelledTokensTouching() 499 llvm::ArrayRef<syntax::Token> Tokens) { in spelledIdentifierTouching() 509 const syntax::TokenBuffer &Tokens) { in spelledIdentifierTouching() 532 std::vector<syntax::Token> Tokens; in tokenize() local 875 llvm::ArrayRef<syntax::Token> Tokens) { in dumpForTests()
|
H A D | BuildTree.cpp | 438 auto Tokens = Arena.getTokenBuffer().expandedTokens(); in finalize() local 474 auto Tokens = getRange(D->getSourceRange()); in getTemplateRange() local 507 ArrayRef<syntax::Token> Tokens; in getDeclarationRange() local 523 auto Tokens = getRange(S->getSourceRange()); in getStmtRange() local 535 ArrayRef<syntax::Token> maybeAppendSemicolon(ArrayRef<syntax::Token> Tokens, in maybeAppendSemicolon() 1321 auto Tokens = Builder.getDeclarationRange(S); in WalkUpFromNamespaceDecl() local 1637 auto Tokens = llvm::makeArrayRef(Arrow, Return.end()); in buildTrailingReturn() local
|
H A D | ComputeReplacements.cpp | 104 &TU, [&](llvm::ArrayRef<syntax::Token> Tokens, bool IsOriginal) { in computeReplacements()
|
H A D | Synthesis.cpp | 39 auto Tokens = in createLeaf() local
|
H A D | Tree.cpp | 36 const TokenBuffer &Tokens) in Arena()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceScriptParser.h | 184 std::vector<RCToken> Tokens; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | TokenLexer.h | 51 const Token *Tokens; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
H A D | Tree.h | 63 const TokenBuffer &Tokens; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 38 SmallVector<minimize_source_to_dependency_directives::Token, 64> Tokens; in createFileEntry() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | DependencyDirectivesSourceMinimizer.cpp | 35 SmallVectorImpl<Token> &Tokens; member 952 SmallVectorImpl<Token> &Tokens, DiagnosticsEngine *Diags, in minimizeSourceToDependencyDirectives()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 481 std::vector<std::unique_ptr<IfcvtToken>> Tokens; in INITIALIZE_PASS_DEPENDENCY() local 1212 MachineBasicBlock &MBB, std::vector<std::unique_ptr<IfcvtToken>> &Tokens) { in AnalyzeBlock() 1433 MachineFunction &MF, std::vector<std::unique_ptr<IfcvtToken>> &Tokens) { in AnalyzeBlocks()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentSema.cpp | 704 TokenValue Tokens[] = {tok::l_square, tok::l_square, in checkDeprecatedCommand() local 713 TokenValue Tokens[] = { in checkDeprecatedCommand() local
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | InternalsManual.rst | 1165 .. _Lexer:
|