Home
last modified time | relevance | path

Searched defs:setPreprocessor (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPTHManager.h133 void setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.cpp201 void IndexingContext::setPreprocessor(Preprocessor &PP) { in setPreprocessor() function in IndexingContext
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp96 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() function in CompilerInstance
H A DASTUnit.cpp267 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function in ASTUnit