Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h57 compiler.createASTContext();
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp68 Clang.createASTContext(); in createMissingComponents()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DChainedIncludesSource.cpp159 Clang->createASTContext(); in createChainedIncludesSource()
H A DCompilerInstance.cpp552 void CompilerInstance::createASTContext() { in createASTContext() function in CompilerInstance
1644 createASTContext(); in createASTReader()
H A DFrontendAction.cpp920 CI.createASTContext(); in BeginSourceFile()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc578 Clang->createASTContext(); in main()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h653 void createASTContext();
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp714 m_compiler->createASTContext(); in ClangExpressionParser()