Home
last modified time | relevance | path

Searched refs:getRawToken (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DLexerUtils.cpp29 if (!Lexer::getRawToken(Location, Token, SM, LangOpts) && in getPreviousToken()
64 if (Lexer::getRawToken(L, T, SM, LangOpts, /*IgnoreWhiteSpace=*/true)) in findPreviousTokenKind()
DLexerUtils.h51 if (Lexer::getRawToken(L, T, SM, LangOpts, /*IgnoreWhiteSpace=*/true)) in findPreviousAnyTokenKind()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DStaticDefinitionInAnonymousNamespaceCheck.cpp49 !Lexer::getRawToken(Loc, Tok, *Result.SourceManager, getLangOpts(), in check()
DNamespaceCommentCheck.cpp127 while (Lexer::getRawToken(Loc, Tok, Sources, getLangOpts()) || in check()
DBracesAroundStatementsCheck.cpp27 Lexer::getRawToken(Beginning, Tok, SM, Context->getLangOpts()); in getTokenKind()
/external/llvm-project/clang-tools-extra/clang-tidy/android/
DComparisonInTempFailureRetryCheck.cpp72 if (!Lexer::getRawToken(SM.getSpellingLoc(Invocation), Tok, SM, Opts, in check()
/external/llvm-project/clang/lib/Tooling/Transformer/
DSourceCode.cpp46 Lexer::getRawToken(R.getEnd(), Tok, Context.getSourceManager(), in maybeExtendRange()
302 bool Failed = Lexer::getRawToken(Loc, Tok, SM, LangOpts, in atOrBeforeSeparation()
DRangeSelector.cpp88 if (Lexer::getRawToken(L, T, SM, LangOpts, /*IgnoreWhiteSpace=*/true)) in findPreviousTokenKind()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DIntegerTypesCheck.cpp27 if (Lexer::getRawToken(Loc, Tok, *MatchResult.SourceManager, in getTokenAtLoc()
/external/clang/include/clang/Lex/
DLexer.h287 static bool getRawToken(SourceLocation Loc, Token &Result,
DPreprocessor.h1404 bool getRawToken(SourceLocation Loc, Token &Result,
1406 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
/external/llvm-project/clang/include/clang/Lex/
DLexer.h345 static bool getRawToken(SourceLocation Loc, Token &Result,
DPreprocessor.h1761 bool getRawToken(SourceLocation Loc, Token &Result,
1763 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
/external/llvm-project/clang-tools-extra/clangd/
DDiagnostics.cpp118 if (!Lexer::getRawToken(Loc, Tok, M, L, true) && Tok.isNot(tok::comment)) { in diagnosticRange()
DSourceCode.cpp283 if (Lexer::getRawToken(Loc, TheTok, SM, LangOpts)) in getTokenLengthAtLoc()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp821 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true)) in UseNSOptionsMacro()
1413 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); in AnnotateImplicitBridging()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp828 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true)) in UseNSOptionsMacro()
1420 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); in AnnotateImplicitBridging()
/external/clang/lib/Lex/
DLexer.cpp410 if (getRawToken(Loc, TheTok, SM, LangOpts)) in MeasureTokenLength()
417 bool Lexer::getRawToken(SourceLocation Loc, Token &Result, in getRawToken() function in Lexer
/external/llvm-project/clang/lib/Lex/
DLexer.cpp451 if (getRawToken(Loc, TheTok, SM, LangOpts)) in MeasureTokenLength()
458 bool Lexer::getRawToken(SourceLocation Loc, Token &Result, in getRawToken() function in Lexer
/external/clang/tools/libclang/
DCIndex.cpp7921 if (PP.getRawToken(Loc, Tok)) in checkForMacroInMacroDefinition()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp9036 if (PP.getRawToken(Loc, Tok)) in checkForMacroInMacroDefinition()