OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThePCHContainerOperations
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInstance.h
121
std::shared_ptr<PCHContainerOperations>
ThePCHContainerOperations
;
513
return
ThePCHContainerOperations
;
521
auto *Writer =
ThePCHContainerOperations
->getWriterOrNull(Format);
535
auto *Reader =
ThePCHContainerOperations
->getReaderOrNull(Format);
/external/clang/lib/Frontend/
CompilerInstance.cpp
58
ModuleManager(nullptr),
ThePCHContainerOperations
(PCHContainerOps),
[
all
...]
Completed in 196 milliseconds