Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h430 const Preprocessor &getPreprocessor() const { return *PP; } in getPreprocessor() function
431 Preprocessor &getPreprocessor() { return *PP; } in getPreprocessor() function
H A DCompilerInstance.h449 Preprocessor &getPreprocessor() const { in getPreprocessor() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h369 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1664 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1237 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function