Home
last modified time | relevance | path

Searched defs:getPreprocessor (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h66 Preprocessor &getPreprocessor() override { return PP; } in getPreprocessor() function
H A DCheckerContext.h113 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } in getPreprocessor() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h438 const Preprocessor &getPreprocessor() const { return *PP; } in getPreprocessor() function
439 Preprocessor &getPreprocessor() { return *PP; } in getPreprocessor() function
H A DCompilerInstance.h495 Preprocessor &getPreprocessor() const { in getPreprocessor() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h171 const Preprocessor &getPreprocessor() const { in getPreprocessor() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h627 Preprocessor &getPreprocessor() { return D.getPreprocessor(); } in getPreprocessor() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h944 Preprocessor &getPreprocessor() { return PP; } in getPreprocessor() function
H A DASTReader.h1780 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h497 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h599 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function