Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h71 const pp::Preprocessor &getPreprocessor() const { return mPreprocessor; } in getPreprocessor() function
72 pp::Preprocessor &getPreprocessor() { return mPreprocessor; } in getPreprocessor() function
/external/angle/src/compiler/translator/
DParseContext.h48 const angle::pp::Preprocessor &getPreprocessor() const { return mPreprocessor; } in getPreprocessor() function
49 angle::pp::Preprocessor &getPreprocessor() { return mPreprocessor; } in getPreprocessor() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h66 Preprocessor &getPreprocessor() override { return PP; } in getPreprocessor() function
DCheckerContext.h110 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } in getPreprocessor() function
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp474 Preprocessor &ParsedAST::getPreprocessor() { return Clang->getPreprocessor(); } in getPreprocessor() function in clang::clangd::ParsedAST
480 const Preprocessor &ParsedAST::getPreprocessor() const { in getPreprocessor() function in clang::clangd::ParsedAST
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h435 const Preprocessor &getPreprocessor() const { return *PP; } in getPreprocessor() function
436 Preprocessor &getPreprocessor() { return *PP; } in getPreprocessor() function
DCompilerInstance.h442 Preprocessor &getPreprocessor() const { in getPreprocessor() function
/external/clang/include/clang/Frontend/
DASTUnit.h505 const Preprocessor &getPreprocessor() const { return *PP; } in getPreprocessor() function
506 Preprocessor &getPreprocessor() { return *PP; } in getPreprocessor() function
DCompilerInstance.h433 Preprocessor &getPreprocessor() const { in getPreprocessor() function
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.cpp107 Preprocessor *ExpandModularHeadersPPCallbacks::getPreprocessor() const { in getPreprocessor() function in clang::tooling::ExpandModularHeadersPPCallbacks
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h172 const Preprocessor &getPreprocessor() const { in getPreprocessor() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h613 Preprocessor &getPreprocessor() { return D.getPreprocessor(); } in getPreprocessor() function
/external/clang/include/clang/Serialization/
DASTReader.h1478 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/clang/include/clang/Parse/
DParser.h252 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1676 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/llvm-project/clang/include/clang/Parse/
DParser.h435 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/clang/include/clang/Sema/
DSema.h1067 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/llvm-project/clang/include/clang/Sema/
DSema.h1425 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function