OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImplicitPCHInclude
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/Lex/
PreprocessorOptions.h
59
std::string
ImplicitPCHInclude
;
174
ImplicitPCHInclude
.clear();
/external/clang/lib/Frontend/
FrontendAction.cpp
262
if (!CI.getPreprocessorOpts().
ImplicitPCHInclude
.empty()) {
265
StringRef PCHInclude = PPOpts.
ImplicitPCHInclude
;
279
PPOpts.
ImplicitPCHInclude
= Dir->path();
335
} else if (!CI.getPreprocessorOpts().
ImplicitPCHInclude
.empty()) {
354
CI.getPreprocessorOpts().
ImplicitPCHInclude
,
ChainedIncludesSource.cpp
133
CInvok->getPreprocessorOpts().
ImplicitPCHInclude
.clear();
InitPreprocessor.cpp
[
all
...]
ASTUnit.cpp
[
all
...]
CompilerInvocation.cpp
[
all
...]
/external/clang/lib/ARCMigrate/
ARCMT.cpp
177
if (!PPOpts.
ImplicitPCHInclude
.empty()) {
186
PPOpts.
ImplicitPCHInclude
, FileMgr, PCHContainerRdr, *Diags);
189
PPOpts.
ImplicitPCHInclude
.clear();
/external/clang/tools/libclang/
Indexing.cpp
421
if (!PPOpts.
ImplicitPCHInclude
.empty()) {
423
CI.getFileManager().getFile(PPOpts.
ImplicitPCHInclude
));
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
576
if (File == ExistingPPOpts.
ImplicitPCHInclude
)
[
all
...]
ASTWriter.cpp
[
all
...]
Completed in 1226 milliseconds