Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Frontend/
HDCompilerInstance.h533 void createPreprocessor();
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDChainedIncludesSource.cpp106 Clang->createPreprocessor(); in create()
HDFrontendAction.cpp268 CI.createPreprocessor(); in BeginSourceFile()
HDCompilerInstance.cpp211 void CompilerInstance::createPreprocessor() { in createPreprocessor() function in CompilerInstance
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionParser.cpp340 m_compiler->createPreprocessor(); in ClangExpressionParser()