Home
last modified time | relevance | path

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

/external/clang/unittests/CodeGen/
DBufferSourceTest.cpp60 compiler.createASTContext(); in TEST()
/external/llvm-project/clang/unittests/CodeGen/
DTestCompiler.h57 compiler.createASTContext();
/external/llvm-project/clang/lib/Frontend/
DChainedIncludesSource.cpp158 Clang->createASTContext(); in createChainedIncludesSource()
DCompilerInstance.cpp494 void CompilerInstance::createASTContext() { in createASTContext() function in CompilerInstance
1512 createASTContext(); in createASTReader()
DFrontendAction.cpp829 CI.createASTContext(); in BeginSourceFile()
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp161 Clang->createASTContext(); in createChainedIncludesSource()
DFrontendAction.cpp334 CI.createASTContext(); in BeginSourceFile()
DCompilerInstance.cpp398 void CompilerInstance::createASTContext() { in createASTContext() function in CompilerInstance
1288 createASTContext(); in createModuleManager()
/external/clang/include/clang/Frontend/
DCompilerInstance.h642 void createASTContext();
/external/llvm-project/polly/lib/External/isl/interface/
Dextract_interface.cc571 Clang->createASTContext(); in main()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h658 void createASTContext();
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp702 m_compiler->createASTContext(); in ClangExpressionParser()