/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | LexerUtils.cpp | 29 if (!Lexer::getRawToken(Location, Token, SM, LangOpts) && in getPreviousToken() 64 if (Lexer::getRawToken(L, T, SM, LangOpts, /*IgnoreWhiteSpace=*/true)) in findPreviousTokenKind()
|
D | LexerUtils.h | 51 if (Lexer::getRawToken(L, T, SM, LangOpts, /*IgnoreWhiteSpace=*/true)) in findPreviousAnyTokenKind()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | StaticDefinitionInAnonymousNamespaceCheck.cpp | 49 !Lexer::getRawToken(Loc, Tok, *Result.SourceManager, getLangOpts(), in check()
|
D | NamespaceCommentCheck.cpp | 127 while (Lexer::getRawToken(Loc, Tok, Sources, getLangOpts()) || in check()
|
D | BracesAroundStatementsCheck.cpp | 27 Lexer::getRawToken(Beginning, Tok, SM, Context->getLangOpts()); in getTokenKind()
|
/external/llvm-project/clang-tools-extra/clang-tidy/android/ |
D | ComparisonInTempFailureRetryCheck.cpp | 72 if (!Lexer::getRawToken(SM.getSpellingLoc(Invocation), Tok, SM, Opts, in check()
|
/external/llvm-project/clang/lib/Tooling/Transformer/ |
D | SourceCode.cpp | 46 Lexer::getRawToken(R.getEnd(), Tok, Context.getSourceManager(), in maybeExtendRange() 302 bool Failed = Lexer::getRawToken(Loc, Tok, SM, LangOpts, in atOrBeforeSeparation()
|
D | RangeSelector.cpp | 88 if (Lexer::getRawToken(L, T, SM, LangOpts, /*IgnoreWhiteSpace=*/true)) in findPreviousTokenKind()
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | IntegerTypesCheck.cpp | 27 if (Lexer::getRawToken(Loc, Tok, *MatchResult.SourceManager, in getTokenAtLoc()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 287 static bool getRawToken(SourceLocation Loc, Token &Result,
|
D | Preprocessor.h | 1404 bool getRawToken(SourceLocation Loc, Token &Result, 1406 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 345 static bool getRawToken(SourceLocation Loc, Token &Result,
|
D | Preprocessor.h | 1761 bool getRawToken(SourceLocation Loc, Token &Result, 1763 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Diagnostics.cpp | 118 if (!Lexer::getRawToken(Loc, Tok, M, L, true) && Tok.isNot(tok::comment)) { in diagnosticRange()
|
D | SourceCode.cpp | 283 if (Lexer::getRawToken(Loc, TheTok, SM, LangOpts)) in getTokenLengthAtLoc()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 821 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true)) in UseNSOptionsMacro() 1413 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); in AnnotateImplicitBridging()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 828 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true)) in UseNSOptionsMacro() 1420 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); in AnnotateImplicitBridging()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 410 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/ |
D | Lexer.cpp | 451 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/ |
D | CIndex.cpp | 7921 if (PP.getRawToken(Loc, Tok)) in checkForMacroInMacroDefinition()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 9036 if (PP.getRawToken(Loc, Tok)) in checkForMacroInMacroDefinition()
|