OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrecompiledPreambleBytes
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Lex/
PreprocessorOptions.h
83
std::pair<unsigned, bool>
PrecompiledPreambleBytes
;
147
PrecompiledPreambleBytes
(0, true),
178
PrecompiledPreambleBytes
.first = 0;
179
PrecompiledPreambleBytes
.second = 0;
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
InitPreprocessor.cpp
[
all
...]
FrontendActions.cpp
427
bool Preamble = CI.getPreprocessorOpts().
PrecompiledPreambleBytes
.first != 0;
CompilerInstance.cpp
406
bool Preamble = getPreprocessorOpts().
PrecompiledPreambleBytes
.first != 0;
[
all
...]
CompilerInvocation.cpp
[
all
...]
Completed in 259 milliseconds