Home
last modified time | relevance | path

Searched defs:Tokens (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DMacroExpander.cpp51 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 DTokenAnnotator.h86 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith()
94 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
H A DUnwrappedLineParser.h41 std::list<UnwrappedLineNode> Tokens; member
229 FormatTokenSource *Tokens; variable
H A DFormatTokenLexer.h113 SmallVector<FormatToken *, 16> Tokens; variable
H A DUnwrappedLineParser.cpp198 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 DTokenAnalyzer.cpp74 SmallVector<FormatToken *, 10> Tokens(Toks.begin(), Toks.end()); in process() local
H A DBreakableToken.h329 SmallVector<FormatToken *, 16> Tokens; variable
H A DUsingDeclarationsSorter.cpp186 FormatTokenLexer &Tokens) { in analyze()
H A DNamespaceEndCommentsFixer.cpp202 FormatTokenLexer &Tokens) { in analyze()
H A DFormat.cpp1542 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 DSortJavaScriptImports.cpp138 FormatTokenLexer &Tokens) override { in analyze()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGlobPattern.h48 std::vector<BitVector> Tokens; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp478 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 DBuildTree.cpp438 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 DComputeReplacements.cpp104 &TU, [&](llvm::ArrayRef<syntax::Token> Tokens, bool IsOriginal) { in computeReplacements()
H A DSynthesis.cpp39 auto Tokens = in createLeaf() local
H A DTree.cpp36 const TokenBuffer &Tokens) in Arena()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptParser.h184 std::vector<RCToken> Tokens; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DTokenLexer.h51 const Token *Tokens; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h63 const TokenBuffer &Tokens; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp38 SmallVector<minimize_source_to_dependency_directives::Token, 64> Tokens; in createFileEntry() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp35 SmallVectorImpl<Token> &Tokens; member
952 SmallVectorImpl<Token> &Tokens, DiagnosticsEngine *Diags, in minimizeSourceToDependencyDirectives()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp481 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 DCommentSema.cpp704 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 DInternalsManual.rst1165 .. _Lexer:

12