/external/rust/crates/syn/tests/macros/ |
D | mod.rs | 61 pub trait Tokens { interface 65 impl<'a> Tokens for &'a str { impl
|
/external/rust/crates/proc-macro-hack/src/ |
D | quote.rs | 86 pub trait Tokens { trait 110 impl<T: Tokens> Tokens for &T { impl
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRangeSpec.cpp | 51 auto Tokens = RangeSpec::tokenize(Token, RangeSpec::DELIM_RANGE); in getRange() local 99 std::vector<std::string> Tokens; in tokenize() local 115 auto Tokens = tokenize(Spec, DELIM_LIST); in init() local
|
/external/llvm-project/clang/unittests/Format/ |
D | TestLexer.h | 48 inline TokenList uneof(const TokenList &Tokens) { in uneof() 53 inline std::string text(llvm::ArrayRef<FormatToken *> Tokens) { in text() 76 auto Tokens = Lex.lex(); in annotate() local
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/ |
D | FuzzySymbolIndex.cpp | 22 auto Tokens = tokenize(Symbol.Symbol.getName()); in MemSymbolIndex() local 30 auto Tokens = tokenize(Query); in search() local 118 FuzzySymbolIndex::queryRegexp(const std::vector<std::string> &Tokens) { in queryRegexp()
|
/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | TreeTestBase.cpp | 74 std::unique_ptr<syntax::TokenCollector> Tokens) in buildTree() 91 std::unique_ptr<syntax::TokenCollector> Tokens; in buildTree() member in SyntaxTreeTest::buildTree::BuildSyntaxTree 104 auto Tokens = in buildTree() local
|
/external/llvm-project/clang/lib/Format/ |
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
|
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()
|
D | UnwrappedLineParser.h | 41 std::list<UnwrappedLineNode> Tokens; member 222 FormatTokenSource *Tokens; variable
|
/external/llvm-project/clang/unittests/Lex/ |
D | DependencyDirectivesSourceMinimizerTest.cpp | 21 SmallVector<minimize_source_to_dependency_directives::Token, 32> Tokens; in minimizeSourceToDependencyDirectives() local 31 SmallVector<Token, 4> Tokens; in TEST() local 47 SmallVector<Token, 4> Tokens; in TEST() local 89 SmallVector<Token, 4> Tokens; in TEST() local 586 SmallVector<Token, 4> Tokens; in TEST() local 654 SmallVector<Token, 4> Tokens; in TEST() local
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Tokens.cs | 35 public static class Tokens class
|
/external/clang/lib/Format/ |
D | UnwrappedLineParser.h | 41 std::list<UnwrappedLineNode> Tokens; member 165 FormatTokenSource *Tokens; variable
|
D | TokenAnnotator.h | 85 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith() 93 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
|
D | FormatTokenLexer.h | 81 SmallVector<FormatToken *, 16> Tokens; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GlobPattern.h | 38 std::vector<BitVector> Tokens; variable
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | GlobPattern.h | 48 std::vector<BitVector> Tokens; variable
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseOverrideCheck.cpp | 55 SmallVector<Token, 16> Tokens; in ParseTokens() local 139 SmallVector<Token, 16> Tokens = ParseTokens(FileRange, Result); in check() local
|
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/ |
D | FuzzySymbolIndexTests.cpp | 37 auto Tokens = FuzzySymbolIndex::tokenize(Identifier); variable
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Selection.cpp | 453 const syntax::TokenBuffer &Tokens, in collect() 549 SelectionVisitor(ASTContext &AST, const syntax::TokenBuffer &Tokens, in SelectionVisitor() 785 pointBounds(unsigned Offset, const syntax::TokenBuffer &Tokens) { in pointBounds() 803 const syntax::TokenBuffer &Tokens, in createEach() 815 const syntax::TokenBuffer &Tokens, in createRight() 825 SelectionTree::SelectionTree(ASTContext &AST, const syntax::TokenBuffer &Tokens, in SelectionTree()
|
D | ParsedAST.h | 136 syntax::TokenBuffer Tokens; variable
|
D | SemanticHighlighting.cpp | 164 resolveConflict(ArrayRef<HighlightingToken> Tokens) { in resolveConflict() 279 std::vector<HighlightingToken> Tokens; member in clang::clangd::__anonb0d2c65c0111::HighlightingsBuilder 523 toSemanticTokens(llvm::ArrayRef<HighlightingToken> Tokens) { in toSemanticTokens() 599 llvm::ArrayRef<LineHighlightings> Tokens) { in toTheiaSemanticHighlightingInformation()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SemanticHighlightingTests.cpp | 36 std::vector<HighlightingToken> Tokens(Ranges.size()); in makeHighlightingTokens() local 82 llvm::ArrayRef<HighlightingToken> Tokens) { in annotate() 835 std::vector<LineHighlightings> Tokens{ in TEST() local
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | ResourceScriptParser.h | 184 std::vector<RCToken> Tokens; variable
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | Tokens.cpp | 446 llvm::ArrayRef<syntax::Token> Tokens) { in spelledTokensTouching() 460 const syntax::TokenBuffer &Tokens) { in spelledTokensTouching() 467 llvm::ArrayRef<syntax::Token> Tokens) { in spelledIdentifierTouching() 477 const syntax::TokenBuffer &Tokens) { in spelledIdentifierTouching() 500 std::vector<syntax::Token> Tokens; in tokenize() local 843 llvm::ArrayRef<syntax::Token> Tokens) { in dumpForTests()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenConstants.cs | 65 public static class Tokens class
|