Home
last modified time | relevance | path

Searched refs:findNextToken (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp103 Optional<Token> NextToken = Lexer::findNextToken(End, SM, LangOpts); in compute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h523 static Optional<Token> findNextToken(SourceLocation Loc,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp234 Lexer::findNextToken( in Report()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1240 Optional<Token> Lexer::findNextToken(SourceLocation Loc, in findNextToken() function in Lexer
1276 Optional<Token> Tok = findNextToken(Loc, SM, LangOpts); in findLocationAfterToken()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1628 Lexer::findNextToken(FirstLSquare.getLocation(), SM, LangOpts); in ProhibitCXX11Attributes()