OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadPreprocessorOptions
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Serialization/
ASTReader.h
173
virtual bool
ReadPreprocessorOptions
(const PreprocessorOptions &PPOpts,
245
bool
ReadPreprocessorOptions
(const PreprocessorOptions &PPOpts,
276
bool
ReadPreprocessorOptions
(const PreprocessorOptions &PPOpts, bool Complain,
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
122
bool ChainedASTReaderListener::
ReadPreprocessorOptions
(
125
return First->
ReadPreprocessorOptions
(PPOpts, Complain,
127
Second->
ReadPreprocessorOptions
(PPOpts, Complain, SuggestedPredefines);
603
bool PCHValidator::
ReadPreprocessorOptions
(const PreprocessorOptions &PPOpts,
[
all
...]
Completed in 2399 milliseconds