OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setPreprocessor
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Lex/
PTHManager.h
123
void
setPreprocessor
(Preprocessor *pp) { PP = pp; }
/external/clang/tools/libclang/
IndexingContext.cpp
202
void IndexingContext::
setPreprocessor
(Preprocessor &PP) {
203
cxtu::getASTUnit(CXTU)->
setPreprocessor
(&PP);
[
all
...]
/external/clang/lib/Frontend/
CompilerInstance.cpp
88
void CompilerInstance::
setPreprocessor
(Preprocessor *Value) { PP = Value; }
234
PTHMgr->
setPreprocessor
(&*PP);
[
all
...]
ASTUnit.cpp
275
void ASTUnit::
setPreprocessor
(Preprocessor *pp) { PP = pp; }
[
all
...]
Completed in 234 milliseconds