Logo ROOT  
Reference Guide
BaseSelectionRule.cxx File Reference
#include "BaseSelectionRule.h"
#include "TClassEdit.h"
#include "TClingUtils.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:

Functions

static const char * R__GetDeclSourceFileName (const clang::Decl *D)
 
static bool R__match_filename (const char *srcname, const char *filename)
 

Function Documentation

◆ R__GetDeclSourceFileName()

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

Definition at line 41 of file BaseSelectionRule.cxx.

◆ R__match_filename()

static bool R__match_filename ( const char *  srcname,
const char *  filename 
)
static

Definition at line 61 of file BaseSelectionRule.cxx.