Home
last modified time | relevance | path

Searched refs:createASTContext (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp68 Clang.createASTContext(); in createMissingComponents()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp136 Clang->createASTContext(); in createChainedIncludesSource()
H A DCompilerInstance.cpp559 void CompilerInstance::createASTContext() { in createASTContext() function in CompilerInstance
1658 createASTContext(); in createASTReader()
H A DFrontendAction.cpp935 CI.createASTContext(); in BeginSourceFile()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h655 void createASTContext();
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp702 m_compiler->createASTContext(); in ClangExpressionParser()