|
ROOT 6.07/09 Reference Guide |
#include "TClingCallbacks.h"#include "cling/Interpreter/Interpreter.h"#include "cling/Interpreter/InterpreterCallbacks.h"#include "cling/Interpreter/Transaction.h"#include "cling/Utils/AST.h"#include "clang/AST/ASTConsumer.h"#include "clang/AST/ASTContext.h"#include "clang/AST/DeclBase.h"#include "clang/AST/DeclTemplate.h"#include "clang/AST/GlobalDecl.h"#include "clang/Lex/Preprocessor.h"#include "clang/Parse/Parser.h"#include "clang/Sema/Lookup.h"#include "clang/Sema/Scope.h"#include "clang/Frontend/CompilerInstance.h"#include "clang/Lex/PPCallbacks.h"#include "llvm/Support/FileSystem.h"#include "TMetaUtils.h"Functions | |
| int | TCling__AutoLoadCallback (const char *className) |
| int | TCling__AutoParseCallback (const char *className) |
| int | TCling__CompileMacro (const char *fileName, const char *options) |
| const char * | TCling__GetClassSharedLibs (const char *className) |
| void | TCling__GetNormalizedContext (const ROOT::TMetaUtils::TNormalizedCtxt *&) |
| TObject * | TCling__GetObjectAddress (const char *Name, void *&LookupCtx) |
| Decl * | TCling__GetObjectDecl (TObject *obj) |
| int | TCling__IsAutoLoadNamespaceCandidate (const clang::NamespaceDecl *name) |
| void | TCling__LibraryLoadedRTTI (const void *dyLibHandle, llvm::StringRef canonicalName) |
| void | TCling__LibraryUnloadedRTTI (const void *dyLibHandle, llvm::StringRef canonicalName) |
| void | TCling__PrintStackTrace () |
| Print a StackTrace! More... | |
| void | TCling__SplitAclicMode (const char *fileName, std::string &mode, std::string &args, std::string &io, std::string &fname) |
| void | TCling__TransactionRollback (const cling::Transaction &) |
| void | TCling__UpdateListsOnCommitted (const cling::Transaction &, Interpreter *) |
| void | TCling__UpdateListsOnUnloaded (const cling::Transaction &) |
| static bool | topmostDCIsFunction (Scope *S) |
| int TCling__AutoLoadCallback | ( | const char * | className | ) |
Definition at line 600 of file TCling.cxx.
| int TCling__AutoParseCallback | ( | const char * | className | ) |
Definition at line 605 of file TCling.cxx.
| int TCling__CompileMacro | ( | const char * | fileName, |
| const char * | options | ||
| ) |
Definition at line 627 of file TCling.cxx.
| const char* TCling__GetClassSharedLibs | ( | const char * | className | ) |
Definition at line 610 of file TCling.cxx.
| void TCling__GetNormalizedContext | ( | const ROOT::TMetaUtils::TNormalizedCtxt *& | ) |
Definition at line 544 of file TCling.cxx.
Definition at line 579 of file TCling.cxx.
| Decl* TCling__GetObjectDecl | ( | TObject * | obj | ) |
Definition at line 583 of file TCling.cxx.
| int TCling__IsAutoLoadNamespaceCandidate | ( | const clang::NamespaceDecl * | name | ) |
Definition at line 622 of file TCling.cxx.
| void TCling__PrintStackTrace | ( | ) |
Print a StackTrace!
Definition at line 346 of file TCling.cxx.
| void TCling__SplitAclicMode | ( | const char * | fileName, |
| std::string & | mode, | ||
| std::string & | args, | ||
| std::string & | io, | ||
| std::string & | fname | ||
| ) |
Definition at line 634 of file TCling.cxx.
| void TCling__TransactionRollback | ( | const cling::Transaction & | ) |
Definition at line 561 of file TCling.cxx.
| void TCling__UpdateListsOnCommitted | ( | const cling::Transaction & | , |
| Interpreter * | |||
| ) |
| void TCling__UpdateListsOnUnloaded | ( | const cling::Transaction & | ) |
Definition at line 557 of file TCling.cxx.
|
static |
Definition at line 183 of file TClingCallbacks.cxx.