Home
last modified time | relevance | path

Searched refs:LexFromRawLexer (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransProperties.cpp213 lexer.LexFromRawLexer(tok); in rewriteAttribute()
215 lexer.LexFromRawLexer(tok); in rewriteAttribute()
220 lexer.LexFromRawLexer(tok); in rewriteAttribute()
223 lexer.LexFromRawLexer(tok); in rewriteAttribute()
236 lexer.LexFromRawLexer(tok); in rewriteAttribute()
240 lexer.LexFromRawLexer(tok); in rewriteAttribute()
268 lexer.LexFromRawLexer(tok); in addAttribute()
270 lexer.LexFromRawLexer(tok); in addAttribute()
275 lexer.LexFromRawLexer(tok); in addAttribute()
282 lexer.LexFromRawLexer(tok); in addAttribute()
DTransforms.cpp119 lexer.LexFromRawLexer(tok); in findLocationAfterSemi()
/external/clang/lib/Rewrite/
DHTMLRewrite.cpp373 L.LexFromRawLexer(Tok); in SyntaxHighlight()
417 L.LexFromRawLexer(Tok); in SyntaxHighlight()
420 L.LexFromRawLexer(Tok); in SyntaxHighlight()
432 L.LexFromRawLexer(Tok); in SyntaxHighlight()
463 L.LexFromRawLexer(Tok); in HighlightMacros()
DTokenRewriter.cpp34 RawLex.LexFromRawLexer(RawTok); in TokenRewriter()
45 RawLex.LexFromRawLexer(RawTok); in TokenRewriter()
DRewriteMacros.cpp76 RawLex.LexFromRawLexer(RawTok); in LexRawTokensFromMainFile()
/external/clang/lib/Frontend/
DFrontendActions.cpp134 RawLex.LexFromRawLexer(RawTok); in ExecuteAction()
138 RawLex.LexFromRawLexer(RawTok); in ExecuteAction()
DCacheTokens.cpp285 L.LexFromRawLexer(Tok); in LexTokens()
316 L.LexFromRawLexer(NextTok); in LexTokens()
387 L.LexFromRawLexer(Tok); in LexTokens()
/external/clang/include/clang/Lex/
DLexer.h143 bool LexFromRawLexer(Token &Result) { in LexFromRawLexer() function
/external/clang/lib/Lex/
DLexer.cpp260 lexer.LexFromRawLexer(token); in getSpelling()
414 TheLexer.LexFromRawLexer(TheTok); in MeasureTokenLength()
458 TheLexer.LexFromRawLexer(TheTok); in GetBeginningOfToken()
504 TheLexer.LexFromRawLexer(TheTok); in ComputePreamble()
545 TheLexer.LexFromRawLexer(TheTok); in ComputePreamble()
DTokenLexer.cpp553 bool isInvalid = !TL.LexFromRawLexer(Result); in PasteTokens()
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp452 rawLexer.LexFromRawLexer(TheTok); in HandlePiece()
/external/clang/tools/libclang/
DCIndex.cpp4366 Lex.LexFromRawLexer(Tok); in clang_tokenize()
4797 Lex.LexFromRawLexer(Tok); in clang_annotateTokensImpl()
4811 Lex.LexFromRawLexer(Tok); in clang_annotateTokensImpl()
/external/clang/lib/AST/
DExpr.cpp622 TheLexer.LexFromRawLexer(TheTok); in getLocationOfByte()