Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp256 DirectiveLex.LexFromRawLexer(DirectiveToken); in CommentOutDirective()
268 RawLex.LexFromRawLexer(RawToken); in NextIdentifierName()
282 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
286 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
294 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
313 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
329 RawLex.LexFromRawLexer(Tok); in HandleHasInclude()
376 RawLex.LexFromRawLexer(RawToken); in Process()
384 RawLex.LexFromRawLexer(RawToken); in Process()
440 RawLex.LexFromRawLexer(RawToken); in Process()
[all …]
DRewriteMacros.cpp76 RawLex.LexFromRawLexer(RawTok); in LexRawTokensFromMainFile()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransforms.cpp162 lexer.LexFromRawLexer(tok); in findSemiAfterLocation()
413 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
415 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
420 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
428 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
445 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
453 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute()
496 lexer.LexFromRawLexer(tok); in addPropertyAttribute()
498 lexer.LexFromRawLexer(tok); in addPropertyAttribute()
503 lexer.LexFromRawLexer(tok); in addPropertyAttribute()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
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()
DTokenRewriter.cpp34 RawLex.LexFromRawLexer(RawTok); in TokenRewriter()
45 RawLex.LexFromRawLexer(RawTok); in TokenRewriter()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCacheTokens.cpp284 L.LexFromRawLexer(Tok); in LexTokens()
315 L.LexFromRawLexer(NextTok); in LexTokens()
386 L.LexFromRawLexer(Tok); in LexTokens()
DFrontendActions.cpp449 RawLex.LexFromRawLexer(RawTok); in ExecuteAction()
453 RawLex.LexFromRawLexer(RawTok); in ExecuteAction()
DVerifyDiagnosticConsumer.cpp558 RawLex.LexFromRawLexer(Tok); in findDirectives()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DLexer.h154 bool LexFromRawLexer(Token &Result) { in LexFromRawLexer() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DLexer.cpp326 lexer.LexFromRawLexer(token); in getSpelling()
464 TheLexer.LexFromRawLexer(Result); in getRawToken()
509 TheLexer.LexFromRawLexer(TheTok); in getBeginningOfFileToken()
594 TheLexer.LexFromRawLexer(TheTok); in ComputePreamble()
638 TheLexer.LexFromRawLexer(TheTok); in ComputePreamble()
1203 lexer.LexFromRawLexer(Tok); in findLocationAfterToken()
DTokenLexer.cpp597 bool isInvalid = !TL.LexFromRawLexer(Result); in PasteTokens()
DModuleMap.cpp915 L.LexFromRawLexer(LToken); in consumeToken()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp422 rawLexer.LexFromRawLexer(TheTok); in HandlePiece()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
DFormat.cpp1194 Lex.LexFromRawLexer(Tok.Tok); in readRawToken()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp304 lexer.LexFromRawLexer(Tok); in LocPropertyAttribute()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExpr.cpp1010 TheLexer.LexFromRawLexer(TheTok); in getLocationOfByte()