Home
last modified time | relevance | path

Searched defs:Toks (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp120 CachedTokens Toks; in ParseCXXInlineMethodDef() local
136 CachedTokens &Toks = LM->Toks; in ParseCXXInlineMethodDef() local
191 CachedTokens &Toks = MI->Toks; in ParseCXXNonStaticMemberInitializer() local
345 std::unique_ptr<CachedTokens> Toks = std::move(LM.DefaultArgs[I].Toks); in ParseLexedMethodDeclaration() local
427 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration() local
799 CachedTokens &Toks, in ConsumeAndStoreUntil()
885 bool Parser::ConsumeAndStoreFunctionPrologue(CachedTokens &Toks) { in ConsumeAndStoreFunctionPrologue()
1085 bool Parser::ConsumeAndStoreConditional(CachedTokens &Toks) { in ConsumeAndStoreConditional()
1139 CachedTokens Toks; member in Parser::UnannotatedTentativeParsingAction
1149 bool Parser::ConsumeAndStoreInitializer(CachedTokens &Toks, in ConsumeAndStoreInitializer()
H A DParsePragma.cpp118 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() local
297 void markAsReinjectedForRelexing(llvm::MutableArrayRef<clang::Token> Toks) { in markAsReinjectedForRelexing()
1047 Token Toks[1]; in HandlePragmaMSInitSeg() local
1089 ArrayRef<Token> Toks; member
1120 llvm::ArrayRef<Token> Toks = Info->Toks; in HandlePragmaLoopHint() local
1776 auto Toks = std::make_unique<Token[]>(1); in HandlePragma() local
1893 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() local
1936 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() local
2069 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in ParseAlignPragma() local
2160 MutableArrayRef<Token> Toks( in HandlePragma() local
[all …]
H A DParser.cpp278 bool Parser::SkipUntil(ArrayRef<tok::TokenKind> Toks, SkipUntilFlags Flags) { in SkipUntil()
1243 CachedTokens Toks; in ParseFunctionDefinition() local
H A DParseOpenMP.cpp784 CachedTokens &Toks, SourceLocation Loc) { in ParseOMPDeclareSimdClauses()
1369 CachedTokens &Toks, in ParseOMPDeclareVariantClauses()
1873 CachedTokens Toks; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2090 CachedTokens Toks; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
H A DParseStmtAsm.cpp50 ArrayRef<Token> Toks, ArrayRef<unsigned> Offsets) in ClangAsmParserCallback()
H A DParseTemplate.cpp1706 void Parser::LexTemplateFunctionForLateParsing(CachedTokens &Toks) { in LexTemplateFunctionForLateParsing()
H A DParseExprCXX.cpp2619 SmallVector<Token, 4> Toks; in ParseUnqualifiedIdOperator() local
3853 CachedTokens Toks; in ParseCXXAmbiguousParenExpression() local
H A DParseStmt.cpp2332 CachedTokens Toks; in trySkippingFunctionBody() local
H A DParseObjc.cpp2655 CachedTokens &Toks = LM->Toks; in StashAwayMethodOrFunctionBodyTokens() local
H A DParseDeclCXX.cpp4423 Token Toks[1]; in ParseMicrosoftUuidAttributeArgs() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentParser.h72 void putBack(ArrayRef<Token> Toks) { in putBack()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnalyzer.cpp73 ArrayRef<FormatToken *> Toks(Lex.lex()); in process() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp151 auto Toks = std::make_unique<Token[]>(Tokens.size()); in revert() local
209 TokenCollector Toks = {*this, InMacroArgPreExpansion, {}, Tok}; in Handle_Pragma() local
344 TokenCollector Toks = {*this, InMacroArgPreExpansion, {}, Tok}; in HandleMicrosoft__pragma() local
1197 MutableArrayRef<Token> Toks( in HandleCaptured() local
H A DPreprocessor.cpp1075 void Preprocessor::CollectPpImportSuffix(SmallVectorImpl<Token> &Toks) { in CollectPpImportSuffix()
1148 auto EnterTokens = [this](ArrayRef<Token> Toks) { in LexAfterModuleImport()
H A DPPLexerChange.cpp153 void Preprocessor::EnterTokenStream(const Token *Toks, unsigned NumToks, in EnterTokenStream()
H A DPPMacroExpansion.cpp815 auto Toks = std::make_unique<Token[]>(1); in ReadMacroCallArgumentList() local
H A DPPDirectives.cpp1088 auto Toks = std::make_unique<Token[]>(2); in HandleDirective() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1280 CachedTokens Toks; member
1302 CachedTokens Toks; variable
1332 CachedTokens Toks; member
1355 std::unique_ptr<CachedTokens> Toks; member
1401 CachedTokens Toks; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp38 SmallVector<Token, 16> Toks; member in clang::comments::TextTokenRetokenizer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp678 auto Toks = std::make_unique<Token[]>(1); in HandlePragma() local
H A DFrontendActions.cpp951 llvm::SmallVector<minimize_source_to_dependency_directives::Token, 32> Toks; in ExecuteAction() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1364 void EnterTokenStream(std::unique_ptr<Token[]> Toks, unsigned NumToks, in EnterTokenStream()
1370 void EnterTokenStream(ArrayRef<Token> Toks, bool DisableMacroExpansion, in EnterTokenStream()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp41 getTokensCovering(llvm::ArrayRef<syntax::Token> Toks, SourceRange R, in getTokensCovering()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12940 CachedTokens Toks; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp10941 CachedTokens &Toks) { in MarkAsLateParsedTemplate()

12