Searched defs:setPreprocessor (Results 1 – 4 of 4) sorted by relevance
123 void setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function
96 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() function in CompilerInstance
264 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function in ASTUnit
201 void IndexingContext::setPreprocessor(Preprocessor &PP) { in setPreprocessor() function in IndexingContext