OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitializePreprocessor
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Frontend/
Utils.h
63
///
InitializePreprocessor
- Initialize the preprocessor getting it and the
65
void
InitializePreprocessor
(Preprocessor &PP, const PreprocessorOptions &PPOpts,
/frameworks/compile/slang/
slang.cpp
198
clang::
InitializePreprocessor
(*mPP, getPreprocessorOpts(), *Reader, FEOpts);
/external/clang/lib/Frontend/
InitPreprocessor.cpp
10
// This file implements the clang::
InitializePreprocessor
function.
[
all
...]
CompilerInstance.cpp
331
InitializePreprocessor
(*PP, PPOpts, getPCHContainerReader(),
[
all
...]
Completed in 47 milliseconds