OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChainedIncludes
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Lex/
PreprocessorOptions.h
62
std::vector<std::string>
ChainedIncludes
;
172
ChainedIncludes
.clear();
/external/clang/lib/Frontend/
ChainedIncludesSource.cpp
118
std::vector<std::string> &includes = CI.getPreprocessorOpts().
ChainedIncludes
;
132
CInvok->getPreprocessorOpts().
ChainedIncludes
.clear();
FrontendAction.cpp
327
if (!CI.getPreprocessorOpts().
ChainedIncludes
.empty()) {
CompilerInvocation.cpp
[
all
...]
Completed in 204 milliseconds