OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadPreprocessorOptions
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Serialization/
ASTReader.h
167
virtual bool
ReadPreprocessorOptions
(const PreprocessorOptions &PPOpts,
221
bool
ReadPreprocessorOptions
(const PreprocessorOptions &PPOpts,
249
bool
ReadPreprocessorOptions
(const PreprocessorOptions &PPOpts, bool Complain,
[
all
...]
/external/clang/lib/Frontend/
FrontendActions.cpp
496
bool
ReadPreprocessorOptions
(const PreprocessorOptions &PPOpts,
/external/clang/lib/Serialization/
ASTReader.cpp
111
bool ChainedASTReaderListener::
ReadPreprocessorOptions
(
114
return First->
ReadPreprocessorOptions
(PPOpts, Complain,
116
Second->
ReadPreprocessorOptions
(PPOpts, Complain, SuggestedPredefines);
567
bool PCHValidator::
ReadPreprocessorOptions
(const PreprocessorOptions &PPOpts,
[
all
...]
Completed in 4065 milliseconds