HomeSort by relevance Sort by last modified time
    Searched defs:setPreprocessor (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Lex/
PTHManager.h 134 void setPreprocessor(Preprocessor *pp) { PP = pp; }
  /external/clang/tools/libclang/
IndexingContext.cpp 201 void IndexingContext::setPreprocessor(Preprocessor &PP) {
202 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP);
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 96 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; }
312 PTHMgr->setPreprocessor(&*PP);
    [all...]
ASTUnit.cpp 260 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; }
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-alpha1/
sdk-common-24.4.0-alpha1.jar 

Completed in 470 milliseconds