|
| SelectionRules (cling::Interpreter &interp, ROOT::TMetaUtils::TNormalizedCtxt &normCtxt, const std::vector< std::pair< std::string, std::string > > &namesForExclusion) |
|
void | AddClassSelectionRule (const ClassSelectionRule &classSel) |
|
void | AddEnumSelectionRule (const EnumSelectionRule &enumSel) |
|
void | AddFunctionSelectionRule (const FunctionSelectionRule &funcSel) |
|
void | AddVariableSelectionRule (const VariableSelectionRule &varSel) |
|
bool | AreAllSelectionRulesUsed () const |
|
int | CheckDuplicates () |
|
void | ClearSelectionRules () |
|
void | FillCache () |
|
const std::list< ClassSelectionRule > & | GetClassSelectionRules () const |
|
bool | GetDeclName (const clang::Decl *D, std::string &name, std::string &qual_name) const |
|
void | GetDeclQualName (const clang::Decl *D, std::string &qual_name) const |
|
bool | GetDeep () const |
|
const std::list< EnumSelectionRule > & | GetEnumSelectionRules () const |
|
bool | GetFunctionPrototype (const clang::FunctionDecl *F, std::string &prototype) const |
|
const std::list< FunctionSelectionRule > & | GetFunctionSelectionRules () const |
|
bool | GetHasFileNameRule () const |
|
bool | GetParentName (const clang::Decl *D, std::string &parent_name, std::string &parent_qual_name) const |
|
const std::list< VariableSelectionRule > & | GetVariableSelectionRules () const |
|
bool | HasClassSelectionRules () const |
|
bool | HasEnumSelectionRules () const |
|
bool | HasFunctionSelectionRules () const |
|
bool | HasVariableSelectionRules () const |
|
const ClassSelectionRule * | IsClassSelected (const clang::Decl *D, const std::string &qual_name) const |
|
const BaseSelectionRule * | IsDeclSelected (const clang::Decl *D) const |
|
const BaseSelectionRule * | IsDeclSelected (const clang::EnumDecl *D) const |
|
const BaseSelectionRule * | IsDeclSelected (const clang::FieldDecl *D) const |
|
const BaseSelectionRule * | IsDeclSelected (const clang::FunctionDecl *D) const |
|
const ClassSelectionRule * | IsDeclSelected (const clang::NamespaceDecl *D) const |
|
const ClassSelectionRule * | IsDeclSelected (const clang::RecordDecl *D) const |
|
const ClassSelectionRule * | IsDeclSelected (const clang::TypedefNameDecl *D) const |
|
const BaseSelectionRule * | IsDeclSelected (const clang::VarDecl *D) const |
|
const BaseSelectionRule * | IsEnumSelected (const clang::EnumDecl *D, const std::string &qual_name) const |
|
const BaseSelectionRule * | IsFunSelected (const clang::FunctionDecl *D, const std::string &qual_name) const |
|
const BaseSelectionRule * | IsLinkdefEnumSelected (const clang::EnumDecl *D, const std::string &qual_name) const |
|
bool | IsLinkdefFile () const |
|
const BaseSelectionRule * | IsLinkdefFunSelected (const clang::FunctionDecl *D, const std::string &qual_name) const |
|
const BaseSelectionRule * | IsLinkdefMethodSelected (const clang::Decl *D, const std::string &qual_name) const |
|
const BaseSelectionRule * | IsLinkdefVarSelected (const clang::VarDecl *D, const std::string &qual_name) const |
|
const BaseSelectionRule * | IsMemberSelected (const clang::Decl *D, const std::string &str_name) const |
|
const ClassSelectionRule * | IsNamespaceSelected (const clang::Decl *D, const std::string &qual_name) const |
|
bool | IsParentClass (const clang::Decl *D) const |
|
bool | IsParentClass (const clang::Decl *D, std::string &parent_name, std::string &parent_qual_name) const |
|
bool | IsSelectionXMLFile () const |
|
const BaseSelectionRule * | IsVarSelected (const clang::VarDecl *D, const std::string &qual_name) const |
|
void | Optimize () |
|
void | PrintSelectionRules () const |
|
bool | SearchNames (cling::Interpreter &interp) |
|
void | SetDeep (bool deep) |
|
void | SetHasFileNameRule (bool file_rule) |
|
void | SetSelectionFileType (ESelectionFileTypes fileType) |
|
unsigned int | Size () const |
|