/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 66 Preprocessor &getPreprocessor() override { return PP; } in getPreprocessor() function
|
H A D | CheckerContext.h | 113 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } getPreprocessor() function
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 438 const Preprocessor &getPreprocessor() const { return *PP; } in getPreprocessor() function 439 Preprocessor &getPreprocessor() { return *PP; } in getPreprocessor() function
|
H A D | CompilerInstance.h | 495 Preprocessor &getPreprocessor() const { getPreprocessor() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Preamble.h | 72 Preprocessor &getPreprocessor() { return *PP; } getPreprocessor() function
|
H A D | ParsedAST.cpp | 774 Preprocessor &ParsedAST::getPreprocessor() { return Clang->getPreprocessor(); } getPreprocessor() function in clang::clangd::ParsedAST 780 const Preprocessor &ParsedAST::getPreprocessor() const { getPreprocessor() function in clang::clangd::ParsedAST [all...] |
/llvm-project/clang/unittests/Lex/ |
H A D | ModuleDeclStateTest.cpp | 65 getPreprocessor(const char *source, Language Lang) { in getPreprocessor() function in __anon82d11c200111::ModuleDeclStateTest
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ExpandModularHeadersPPCallbacks.cpp | 110 Preprocessor *ExpandModularHeadersPPCallbacks::getPreprocessor() const { getPreprocessor() function in clang::tooling::ExpandModularHeadersPPCallbacks
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 171 const Preprocessor &getPreprocessor() const { getPreprocessor() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 627 Preprocessor &getPreprocessor() { return D.getPreprocessor(); } in getPreprocessor() function
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 943 Preprocessor &getPreprocessor() { return PP; } getPreprocessor() function
|
H A D | ASTReader.h | 1777 Preprocessor &getPreprocessor() const { return PP; } getPreprocessor() function
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 497 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 598 Preprocessor &getPreprocessor() const { return PP; } getPreprocessor() function
|