ROOT  6.06/09
Reference Guide
Functions
BaseSelectionRule.cxx File Reference
#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>
+ Include dependency graph for BaseSelectionRule.cxx:

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)
 

Function Documentation

static const char* R__GetDeclSourceFileName ( const clang::Decl *  D)
static

Definition at line 38 of file BaseSelectionRule.cxx.

Referenced by BaseSelectionRule::Match().

static bool R__match_filename ( const char *  srcname,
const char *  filename 
)
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 
)