Searched refs:getRawToken (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 46 Lexer::getRawToken(R.getEnd(), Tok, Context.getSourceManager(), in maybeExtendRange() 395 bool Failed = Lexer::getRawToken(Loc, Tok, SM, LangOpts, in atOrBeforeSeparation()
|
| H A D | RangeSelector.cpp | 89 if (Lexer::getRawToken(L, T, SM, LangOpts, /*IgnoreWhiteSpace=*/true)) in findPreviousTokenKind()
|
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 377 static bool getRawToken(SourceLocation Loc, Token &Result,
|
| H A D | Preprocessor.h | 2116 bool getRawToken(SourceLocation Loc, Token &Result, 2118 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 815 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true)) in UseNSOptionsMacro() 1405 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); in AnnotateImplicitBridging()
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 503 if (getRawToken(Loc, TheTok, SM, LangOpts)) in MeasureTokenLength() 510 bool Lexer::getRawToken(SourceLocation Loc, Token &Result, in getRawToken() function in Lexer
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1923 Lexer::getRawToken(Attrs.Range.getBegin(), FirstLSquare, SM, LangOpts); in ProhibitCXX11Attributes()
|