Home
last modified time | relevance | path

Searched refs:createPreprocessor (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc373 Clang->createPreprocessor(TU_Complete); in create_preprocessor()
380 Clang->createPreprocessor(); in create_preprocessor()
H A Disl_config.h.in15 /* Define if CompilerInstance::createPreprocessor takes TranslationUnitKind */
H A Dconfigure20422 Clang->createPreprocessor(TU_Complete);
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_detect_clang.m4184 Clang->createPreprocessor(TU_Complete);
186 [Define if CompilerInstance::createPreprocessor takes TranslationUnitKind])])
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp156 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
H A DFrontendAction.cpp759 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
H A DCompilerInstance.cpp445 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h644 void createPreprocessor(TranslationUnitKind TUKind);
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp214 Ins->createPreprocessor(TU_Complete); in BuildCompilerInstance()