#include <iostream>
#include <sstream>
#include <algorithm>
#include <fnmatch.h>
#include "RtypesCore.h"
#include "SelectionRules.h"
#include "llvm/Support/raw_ostream.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclTemplate.h"
#include "cling/Interpreter/Interpreter.h"
Functions | |
template<class RULESCOLLECTION , class RULE = typename RULESCOLLECTION::value_type> | |
static int | CheckDuplicatesImp (RULESCOLLECTION &rules) |
template<class RULE > | |
static bool | HasDuplicate (RULE *rule, std::unordered_map< std::string, RULE * > &storedRules, const std::string &attrName) |
static bool | Implies (const ClassSelectionRule &patternRule, const ClassSelectionRule &nameRule) |
const clang::CXXRecordDecl * | R__ScopeSearch (const char *name, const clang::Type **resultType=nullptr) |
|
static |
Definition at line 196 of file SelectionRules.cxx.
|
static |
Definition at line 174 of file SelectionRules.cxx.
|
static |
Definition at line 220 of file SelectionRules.cxx.
const clang::CXXRecordDecl * R__ScopeSearch | ( | const char * | name, |
const clang::Type ** | resultType = nullptr |
||
) |