ROOT
6.07/01
Reference Guide
|
#include "BaseSelectionRule.h"
#include <iostream>
#include <string.h>
#include <cctype>
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclTemplate.h"
#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
static const char * | R__GetDeclSourceFileName (const clang::Decl *D) |
static bool | R__match_filename (const char *srcname, const char *filename) |
const clang::CXXRecordDecl * | R__ScopeSearch (const char *name, const cling::Interpreter &gInterp, const clang::Type **resultType=0) |
|
static |
Definition at line 38 of file BaseSelectionRule.cxx.
Referenced by BaseSelectionRule::Match().
|
static |
Definition at line 75 of file BaseSelectionRule.cxx.
Referenced by BaseSelectionRule::Match().
const clang::CXXRecordDecl* R__ScopeSearch | ( | const char * | name, |
const cling::Interpreter & | gInterp, | ||
const clang::Type ** | resultType = 0 |
||
) |