Searched defs:getPreprocessor (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h113 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } function in class:clang::ento::CheckerContext
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h471 Preprocessor &getPreprocessor() const { function in class:clang::CompilerInstance
H A DASTUnit.h438 const Preprocessor &getPreprocessor() const { return *PP; } function in class:clang::ASTUnit
439 Preprocessor &getPreprocessor() { return *PP; } function in class:clang::ASTUnit
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h171 const Preprocessor &getPreprocessor() const { function in class:clang::ento::CheckerManager
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h624 Preprocessor &getPreprocessor() { return D.getPreprocessor(); } function in class:clang::ento::BugReporter
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1765 Preprocessor &getPreprocessor() const { return PP; } function in class:clang::ASTReader
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h463 Preprocessor &getPreprocessor() const { return PP; } function in namespace:clang
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1693 Preprocessor &getPreprocessor() const { return PP; } function

Completed in 304 milliseconds