/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPEmbedParameters.h | 48 PPEmbedParameterPrefix(SmallVectorImpl<Token> &&Tokens, SourceRange R) in PPEmbedParameterPrefix() 58 PPEmbedParameterSuffix(SmallVectorImpl<Token> &&Tokens, SourceRange R) in PPEmbedParameterSuffix() 68 PPEmbedParameterIfEmpty(SmallVectorImpl<Token> &&Tokens, SourceRange R) in PPEmbedParameterIfEmpty()
|
H A D | TokenLexer.h | 51 const Token *Tokens; variable
|
H A D | DependencyDirectivesScanner.h | 96 ArrayRef<Token> Tokens; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | TokenBufferTokenManager.h | 22 TokenBufferTokenManager(const TokenBuffer &Tokens, in TokenBufferTokenManager() 58 const TokenBuffer &Tokens; variable
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenSource.h | 88 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() 183 SmallVector<FormatToken *> Tokens; variable 245 FormatToken *insertTokens(ArrayRef<FormatToken *> Tokens) override { in insertTokens()
|
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 | 119 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith() 127 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
|
H A D | FormatTokenLexer.h | 128 SmallVector<FormatToken *, 16> Tokens; variable
|
H A D | UnwrappedLineParser.h | 36 std::list<UnwrappedLineNode> Tokens; member 327 FormatTokenSource *Tokens; variable
|
H A D | QualifierAlignmentFixer.cpp | 538 FormatTokenLexer &Tokens) { in analyze() 546 SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, FormatTokenLexer &Tokens, in fixQualifierAlignment()
|
H A D | Macros.h | 272 SmallVector<std::unique_ptr<LineNode>> Tokens; member
|
H A D | TokenAnalyzer.cpp | 109 SmallVector<FormatToken *, 10> Tokens(Toks.begin(), Toks.end()); in process() local
|
H A D | Format.cpp | 2131 FormatTokenLexer &Tokens) override { in analyze() 2175 FormatTokenLexer &Tokens) override { in analyze() 2228 FormatTokenLexer &Tokens) override { in analyze() 2279 FormatTokenLexer &Tokens) override { in analyze() 2339 FormatTokenLexer &Tokens) override { in analyze() 2428 FormatTokenLexer &Tokens) override { in analyze() 2569 FormatTokenLexer &Tokens) override { in analyze() 2632 FormatTokenLexer &Tokens) override { in analyze() 2800 SmallVector<FormatToken *> Tokens; in generateFixes() local 2853 FormatTokenLexer &Tokens) override { in analyze()
|
H A D | BreakableToken.h | 370 SmallVector<FormatToken *, 16> Tokens; variable
|
H A D | UsingDeclarationsSorter.cpp | 214 FormatTokenLexer &Tokens) { in analyze()
|
H A D | UnwrappedLineParser.cpp | 160 ArrayRef<FormatToken *> Tokens, UnwrappedLineConsumer &Callback, in UnwrappedLineParser() argument 693 auto &Tokens = ParsedLine.Tokens; mightFitOnOneLine() local 3888 FormatTokenSource *Tokens; global() member in clang::format::__anon89962d1d0811::ScopedTokenPosition 3891 ScopedTokenPosition(FormatTokenSource * Tokens) ScopedTokenPosition() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GlobPattern.h | 48 std::vector<BitVector> Tokens; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCommandLine.cpp | 76 llvm::SmallVector<llvm::StringRef, 10> Tokens; in parse() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 524 llvm::ArrayRef<syntax::Token> Tokens) { in spelledTokensTouching() 538 const syntax::TokenBuffer &Tokens) { in spelledTokensTouching() 545 llvm::ArrayRef<syntax::Token> Tokens) { in spelledIdentifierTouching() 555 const syntax::TokenBuffer &Tokens) { in spelledIdentifierTouching() 578 std::vector<syntax::Token> Tokens; in tokenize() local 921 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() 1327 auto Tokens = Builder.getDeclarationRange(S); in WalkUpFromNamespaceDecl() local 1643 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericConvergenceVerifier.h | 69 DenseMap<const InstructionT *, const InstructionT *> Tokens; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFDirectiveParser.cpp | 65 SmallVector<StringRef, 16> Tokens; parse() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | DependencyDirectivesScanner.cpp | 177 SmallVectorImpl<dependency_directives_scan::Token> &Tokens; member 967 StringRef Input, SmallVectorImpl<dependency_directives_scan::Token> &Tokens, in scanSourceForDependencyDirectives()
|