OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setpreprocessor
(Results
1 - 9
of
9
) sorted by null
/external/clang/include/clang/Lex/
PTHManager.h
123
void
setPreprocessor
(Preprocessor *pp) { PP = pp; }
/external/clang/lib/Frontend/
FrontendAction.cpp
199
CI.
setPreprocessor
(&AST->getPreprocessor());
351
CI.
setPreprocessor
(0);
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
...]
/external/clang/tools/libclang/
IndexingContext.h
350
void
setPreprocessor
(Preprocessor &PP);
IndexingContext.cpp
202
void IndexingContext::
setPreprocessor
(Preprocessor &PP) {
203
cxtu::getASTUnit(CXTU)->
setPreprocessor
(&PP);
[
all
...]
Indexing.cpp
436
IndexCtx.
setPreprocessor
(PP);
[
all
...]
/external/clang/include/clang/Frontend/
CompilerInstance.h
370
void
setPreprocessor
(Preprocessor *Value);
ASTUnit.h
458
void
setPreprocessor
(Preprocessor *pp);
[
all
...]
Completed in 419 milliseconds