Home
last modified time | relevance | path

Searched refs:mPCHContainerOperations (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang.cpp192 auto *Reader = mPCHContainerOperations->getReaderOrNull( in createPreprocessor()
244 mPCHContainerOperations(std::make_shared<clang::PCHContainerOperations>()), in Slang()
H A Dslang.h140 std::shared_ptr<clang::PCHContainerOperations> mPCHContainerOperations; variable