/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 120 CachedTokens Toks; in ParseCXXInlineMethodDef() local 136 CachedTokens &Toks = LM->Toks; in ParseCXXInlineMethodDef() local 205 CachedTokens &Toks = MI->Toks; in ParseCXXNonStaticMemberInitializer() local 359 std::unique_ptr<CachedTokens> Toks = std::move(LM.DefaultArgs[I].Toks); in ParseLexedMethodDeclaration() local 441 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration() local 819 CachedTokens &Toks, in ConsumeAndStoreUntil() 905 bool Parser::ConsumeAndStoreFunctionPrologue(CachedTokens &Toks) { in ConsumeAndStoreFunctionPrologue() 1105 bool Parser::ConsumeAndStoreConditional(CachedTokens &Toks) { in ConsumeAndStoreConditional() 1159 CachedTokens Toks; member in Parser::UnannotatedTentativeParsingAction 1169 bool Parser::ConsumeAndStoreInitializer(CachedTokens &Toks, in ConsumeAndStoreInitializer()
|
H A D | ParsePragma.cpp | 119 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() local 308 MutableArrayRef<Token> Toks( in HandlePragma() local 364 void markAsReinjectedForRelexing(llvm::MutableArrayRef<clang::Token> Toks) { in markAsReinjectedForRelexing() 1147 Token Toks[1]; in HandlePragmaMSInitSeg() local 1326 llvm::ArrayRef<Token> Toks = Info->Toks; in HandlePragmaLoopHint() local 2002 auto Toks = std::make_unique<Token[]>(1); in HandlePragma() local 2119 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() local 2162 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() local 2295 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in ParseAlignPragma() local 2386 MutableArrayRef<Token> Toks( in HandlePragma() local [all …]
|
H A D | Parser.cpp | 278 bool Parser::SkipUntil(ArrayRef<tok::TokenKind> Toks, SkipUntilFlags Flags) { in SkipUntil() 1321 CachedTokens Toks; in ParseFunctionDefinition() local
|
H A D | ParseOpenMP.cpp | 792 CachedTokens &Toks, SourceLocation Loc) { in ParseOMPDeclareSimdClauses() 1381 CachedTokens &Toks, in ParseOMPDeclareVariantClauses() 2058 CachedTokens Toks; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2290 CachedTokens Toks; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
|
H A D | ParseStmtAsm.cpp | 50 ArrayRef<Token> Toks, ArrayRef<unsigned> Offsets) in ClangAsmParserCallback()
|
H A D | ParseExprCXX.cpp | 2714 SmallVector<Token, 4> Toks; in ParseUnqualifiedIdOperator() local 3946 CachedTokens Toks; in ParseCXXAmbiguousParenExpression() local
|
H A D | ParseTemplate.cpp | 1772 void Parser::LexTemplateFunctionForLateParsing(CachedTokens &Toks) { in LexTemplateFunctionForLateParsing()
|
H A D | ParseStmt.cpp | 2513 CachedTokens Toks; in trySkippingFunctionBody() local
|
H A D | ParseObjc.cpp | 2709 CachedTokens &Toks = LM->Toks; in StashAwayMethodOrFunctionBodyTokens() local
|
H A D | ParseDeclCXX.cpp | 4705 Token Toks[1]; in ParseMicrosoftUuidAttributeArgs() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | CommentParser.h | 72 void putBack(ArrayRef<Token> Toks) { in putBack()
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 109 ArrayRef<FormatToken *> Toks(Lex.lex()); in process() local
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | Pragma.cpp | 152 auto Toks = std::make_unique<Token[]>(Tokens.size()); in revert() local 210 TokenCollector Toks = {*this, InMacroArgPreExpansion, {}, Tok}; in Handle_Pragma() local 350 TokenCollector Toks = {*this, InMacroArgPreExpansion, {}, Tok}; in HandleMicrosoft__pragma() local 1223 MutableArrayRef<Token> Toks( in HandleCaptured() local
|
H A D | Preprocessor.cpp | 1098 void Preprocessor::CollectPpImportSuffix(SmallVectorImpl<Token> &Toks) { in CollectPpImportSuffix() 1180 auto EnterTokens = [this](ArrayRef<Token> Toks) { in LexAfterModuleImport()
|
H A D | PPLexerChange.cpp | 180 void Preprocessor::EnterTokenStream(const Token *Toks, unsigned NumToks, in EnterTokenStream()
|
H A D | PPMacroExpansion.cpp | 822 auto Toks = std::make_unique<Token[]>(1); in ReadMacroCallArgumentList() local
|
H A D | PPDirectives.cpp | 1291 auto Toks = std::make_unique<Token[]>(2); in HandleDirective() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 1315 CachedTokens Toks; member 1337 CachedTokens Toks; variable 1367 CachedTokens Toks; member 1390 std::unique_ptr<CachedTokens> Toks; member 1436 CachedTokens Toks; member
|
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | Token.h | 338 ArrayRef<Token> Toks; member
|
H A D | Preprocessor.h | 1673 void EnterTokenStream(std::unique_ptr<Token[]> Toks, unsigned NumToks, in EnterTokenStream() 1679 void EnterTokenStream(ArrayRef<Token> Toks, bool DisableMacroExpansion, in EnterTokenStream()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | CommentParser.cpp | 38 SmallVector<Token, 16> Toks; member in clang::comments::TextTokenRetokenizer
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 766 auto Toks = std::make_unique<Token[]>(1); in HandlePragma() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 40 getTokensCovering(llvm::ArrayRef<syntax::Token> Toks, SourceRange R, in getTokensCovering()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 13967 CachedTokens Toks; member
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 11301 CachedTokens &Toks) { in MarkAsLateParsedTemplate()
|