reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Frontend/CompilerInstance.h
  661   void createASTContext();

References

tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  157     Clang->createASTContext();
tools/clang/lib/Frontend/CompilerInstance.cpp
 1477       createASTContext();
tools/clang/lib/Frontend/FrontendAction.cpp
  815       CI.createASTContext();
tools/clang/unittests/CodeGen/BufferSourceTest.cpp
   59     compiler.createASTContext();
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp
  278     compiler.createASTContext();
tools/clang/unittests/CodeGen/IncrementalProcessingTest.cpp
  130     compiler.createASTContext();
tools/clang/unittests/CodeGen/TBAAMetadataTest.cpp
   56     compiler.createASTContext();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  604   m_compiler->createASTContext();