Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp64 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp133 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
H A DFrontendAction.cpp804 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
H A DCompilerInstance.cpp454 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h647 void createPreprocessor(TranslationUnitKind TUKind);
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp214 Ins->createPreprocessor(TU_Complete); in BuildCompilerInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp663 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()