OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MacroIncludes
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorOptions.h
68
std::vector<std::string>
MacroIncludes
;
242
MacroIncludes
.clear();
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp
135
CInvok->getPreprocessorOpts().
MacroIncludes
.clear();
InitPreprocessor.cpp
1261
for (unsigned i = 0, e = InitOpts.
MacroIncludes
.size(); i != e; ++i)
1262
AddImplicitIncludeMacros(Builder, InitOpts.
MacroIncludes
[i]);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
1350
Record.push_back(PPOpts.
MacroIncludes
.size());
1351
for (unsigned I = 0, N = PPOpts.
MacroIncludes
.size(); I != N; ++I)
1352
AddString(PPOpts.
MacroIncludes
[I], Record);
ASTReader.cpp
738
for (unsigned I = 0, N = ExistingPPOpts.
MacroIncludes
.size(); I != N; ++I) {
739
StringRef File = ExistingPPOpts.
MacroIncludes
[I];
740
if (std::find(PPOpts.
MacroIncludes
.begin(), PPOpts.
MacroIncludes
.end(),
742
!= PPOpts.
MacroIncludes
.end())
5891
PPOpts.
MacroIncludes
.push_back(ReadString(Record, Idx));
Completed in 42 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026