#include <llvm/Support/Regex.h>
#include <clang/AST/Type.h>
#include <clang/AST/Decl.h>
#include <clang/AST/DeclCXX.h>
Go to the source code of this file.
Namespaces | |
clangcms | |
clangcms::support | |
Functions | |
std::string | clangcms::support::getQualifiedName (const clang::NamedDecl &d) |
bool | clangcms::support::isCmsLocalFile (const char *file) |
bool | clangcms::support::isConst (clang::QualType const &qt) |
bool | clangcms::support::isDataClass (const std::string &d) |
bool | clangcms::support::isSafeClassName (const std::string &d) |