OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MacroIncludes
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Lex/
PreprocessorOptions.h
48
std::vector<std::string>
MacroIncludes
;
171
MacroIncludes
.clear();
/external/clang/lib/Frontend/
ChainedIncludesSource.cpp
137
CInvok->getPreprocessorOpts().
MacroIncludes
.clear();
InitPreprocessor.cpp
[
all
...]
CompilerInvocation.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
588
for (unsigned I = 0, N = ExistingPPOpts.
MacroIncludes
.size(); I != N; ++I) {
589
StringRef File = ExistingPPOpts.
MacroIncludes
[I];
590
if (std::find(PPOpts.
MacroIncludes
.begin(), PPOpts.
MacroIncludes
.end(),
592
!= PPOpts.
MacroIncludes
.end())
[
all
...]
ASTWriter.cpp
[
all
...]
Completed in 54 milliseconds