/external/clang/lib/ARCMigrate/ |
ARCMTActions.cpp | 19 CI.getPCHContainerOperations(), 33 CI.getPCHContainerOperations(), 42 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(),
|
/external/clang/tools/libclang/ |
CIndexer.h | 62 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const {
|
Indexing.cpp | 571 CXXIdx->getPCHContainerOperations()->getRawReader().getFormat(); 633 CInvok.get(), CXXIdx->getPCHContainerOperations(), Diags, [all...] |
CIndexCodeCompletion.cpp | 708 CXXIdx->getPCHContainerOperations(), *Results->Diag, [all...] |
CIndex.cpp | [all...] |
/external/clang/tools/driver/ |
cc1_main.cpp | 72 auto PCHOps = Clang->getPCHContainerOperations();
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
ModelInjector.cpp | 79 CompilerInstance Instance(CI.getPCHContainerOperations());
|
/external/clang/lib/Frontend/ |
ChainedIncludesSource.cpp | 151 new CompilerInstance(CI.getPCHContainerOperations()));
|
CompilerInstance.cpp | [all...] |
/external/clang/include/clang/Frontend/ |
CompilerInstance.h | 512 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const {
|