OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImplicitPCHInclude
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorOptions.h
96
std::string
ImplicitPCHInclude
;
245
ImplicitPCHInclude
.clear();
/src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp
724
if (!CI.getPreprocessorOpts().
ImplicitPCHInclude
.empty()) {
727
StringRef PCHInclude = PPOpts.
ImplicitPCHInclude
;
743
PPOpts.
ImplicitPCHInclude
= std::string(Dir->path());
857
!CI.getPreprocessorOpts().
ImplicitPCHInclude
.empty()) {
875
if (!CI.getPreprocessorOpts().
ImplicitPCHInclude
.empty()) {
877
CI.getPreprocessorOpts().
ImplicitPCHInclude
,
ChainedIncludesSource.cpp
131
CInvok->getPreprocessorOpts().
ImplicitPCHInclude
.clear();
PrecompiledPreamble.cpp
818
PreprocessorOpts.
ImplicitPCHInclude
= std::string(PCHFile.getFilePath());
842
PreprocessorOpts.
ImplicitPCHInclude
= std::string(PCHPath);
InitPreprocessor.cpp
1265
if (!InitOpts.
ImplicitPCHInclude
.empty())
1267
InitOpts.
ImplicitPCHInclude
);
CompilerInstance.cpp
228
if (PPOpts.
ImplicitPCHInclude
.empty())
231
StringRef PCHInclude = PPOpts.
ImplicitPCHInclude
;
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp
179
if (!PPOpts.
ImplicitPCHInclude
.empty()) {
188
PPOpts.
ImplicitPCHInclude
, FileMgr, PCHContainerRdr, *Diags);
191
PPOpts.
ImplicitPCHInclude
.clear();
/src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp
352
if (!PPOpts.
ImplicitPCHInclude
.empty()) {
353
auto File = CI.getFileManager().getFile(PPOpts.
ImplicitPCHInclude
);
/src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp
155
!this->PPOpts->
ImplicitPCHInclude
.empty())
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
716
if (!ExistingPPOpts.
ImplicitPCHInclude
.empty() &&
726
if (File == ExistingPPOpts.
ImplicitPCHInclude
)
5896
PPOpts.
ImplicitPCHInclude
= ReadString(Record, Idx);
ASTWriter.cpp
1357
AddString(PPOpts.
ImplicitPCHInclude
, Record);
Completed in 42 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026