Logo ROOT   6.07/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:

Functions

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

Function Documentation

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

Definition at line 38 of file BaseSelectionRule.cxx.

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

Definition at line 58 of file BaseSelectionRule.cxx.