Home
last modified time | relevance | path

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

1234

/external/rust/crates/syn/tests/macros/
Dmod.rs61 pub trait Tokens { interface
65 impl<'a> Tokens for &'a str { impl
/external/rust/crates/proc-macro-hack/src/
Dquote.rs86 pub trait Tokens { trait
110 impl<T: Tokens> Tokens for &T { impl
/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp51 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/
DTestLexer.h48 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/
DFuzzySymbolIndex.cpp22 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/
DTreeTestBase.cpp74 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/
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
DTokenAnnotator.h86 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith()
94 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
DUnwrappedLineParser.h41 std::list<UnwrappedLineNode> Tokens; member
222 FormatTokenSource *Tokens; variable
/external/llvm-project/clang/unittests/Lex/
DDependencyDirectivesSourceMinimizerTest.cpp21 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/
DTokens.cs35 public static class Tokens class
/external/clang/lib/Format/
DUnwrappedLineParser.h41 std::list<UnwrappedLineNode> Tokens; member
165 FormatTokenSource *Tokens; variable
DTokenAnnotator.h85 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith()
93 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
DFormatTokenLexer.h81 SmallVector<FormatToken *, 16> Tokens; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGlobPattern.h38 std::vector<BitVector> Tokens; variable
/external/llvm-project/llvm/include/llvm/Support/
DGlobPattern.h48 std::vector<BitVector> Tokens; variable
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseOverrideCheck.cpp55 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/
DFuzzySymbolIndexTests.cpp37 auto Tokens = FuzzySymbolIndex::tokenize(Identifier); variable
/external/llvm-project/clang-tools-extra/clangd/
DSelection.cpp453 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()
DParsedAST.h136 syntax::TokenBuffer Tokens; variable
DSemanticHighlighting.cpp164 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/
DSemanticHighlightingTests.cpp36 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/
DResourceScriptParser.h184 std::vector<RCToken> Tokens; variable
/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp446 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/
DTokenConstants.cs65 public static class Tokens class

1234