OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initializepreprocessor
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Frontend/
Utils.h
53
///
InitializePreprocessor
- Initialize the preprocessor getting it and the
55
void
InitializePreprocessor
(Preprocessor &PP,
/external/clang/include/clang/Lex/
PreprocessorOptions.h
43
/// used in preprocessor initialization to
InitializePreprocessor
().
/external/clang/lib/Frontend/
InitPreprocessor.cpp
10
// This file implements the clang::
InitializePreprocessor
function.
720
///
InitializePreprocessor
- Initialize the preprocessor getting it and the
723
void clang::
InitializePreprocessor
(Preprocessor &PP,
[
all
...]
CompilerInstance.cpp
244
InitializePreprocessor
(*PP, PPOpts, getHeaderSearchOpts(), getFrontendOpts());
[
all
...]
Completed in 214 milliseconds