Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp252 DirectiveLex.LexFromRawLexer(DirectiveToken); in CommentOutDirective()
264 RawLex.LexFromRawLexer(RawToken); in NextIdentifierName()
278 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
282 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
290 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
309 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
325 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
367 RawLex.LexFromRawLexer(RawToken); in Process()
375 RawLex.LexFromRawLexer(RawToken); in Process()
431 RawLex.LexFromRawLexer(RawToken); in Process()
[all …]
DRewriteMacros.cpp76 RawLex.LexFromRawLexer(RawTok); in LexRawTokensFromMainFile()
/external/clang/lib/ARCMigrate/
DTransforms.cpp161 lexer.LexFromRawLexer(tok); in findSemiAfterLocation()
407 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
409 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
414 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
422 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
439 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
447 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
490 lexer.LexFromRawLexer(tok); in addPropertyAttribute()
492 lexer.LexFromRawLexer(tok); in addPropertyAttribute()
497 lexer.LexFromRawLexer(tok); in addPropertyAttribute()
[all …]
/external/clang/lib/Rewrite/Core/
DTokenRewriter.cpp34 RawLex.LexFromRawLexer(RawTok); in TokenRewriter()
45 RawLex.LexFromRawLexer(RawTok); in TokenRewriter()
DHTMLRewrite.cpp372 L.LexFromRawLexer(Tok); in SyntaxHighlight()
423 L.LexFromRawLexer(Tok); in SyntaxHighlight()
426 L.LexFromRawLexer(Tok); in SyntaxHighlight()
438 L.LexFromRawLexer(Tok); in SyntaxHighlight()
458 L.LexFromRawLexer(Tok); in HighlightMacros()
/external/clang/lib/Frontend/
DCacheTokens.cpp284 L.LexFromRawLexer(Tok); in LexTokens()
315 L.LexFromRawLexer(NextTok); in LexTokens()
386 L.LexFromRawLexer(Tok); in LexTokens()
DFrontendActions.cpp460 RawLex.LexFromRawLexer(RawTok); in ExecuteAction()
464 RawLex.LexFromRawLexer(RawTok); in ExecuteAction()
/external/clang/include/clang/Lex/
DLexer.h158 bool LexFromRawLexer(Token &Result) { in LexFromRawLexer() function
/external/clang/lib/Lex/
DLexer.cpp321 lexer.LexFromRawLexer(token); in getSpelling()
458 TheLexer.LexFromRawLexer(Result); in getRawToken()
503 TheLexer.LexFromRawLexer(TheTok); in getBeginningOfFileToken()
588 TheLexer.LexFromRawLexer(TheTok); in ComputePreamble()
632 TheLexer.LexFromRawLexer(TheTok); in ComputePreamble()
1197 lexer.LexFromRawLexer(Tok); in findLocationAfterToken()
DTokenLexer.cpp599 bool isInvalid = !TL.LexFromRawLexer(Result); in PasteTokens()
DModuleMap.cpp856 L.LexFromRawLexer(LToken); in consumeToken()
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp418 rawLexer.LexFromRawLexer(TheTok); in HandlePiece()
/external/clang/lib/Format/
DFormat.cpp1437 Lex.LexFromRawLexer(Tok.Tok); in readRawToken()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp304 lexer.LexFromRawLexer(Tok); in LocPropertyAttribute()
/external/clang/tools/libclang/
DCIndex.cpp4955 Lex.LexFromRawLexer(Tok); in getTokens()
5485 Lex.LexFromRawLexer(Tok); in lexNext()
/external/clang/lib/AST/
DExpr.cpp959 TheLexer.LexFromRawLexer(TheTok); in getLocationOfByte()