#include <clang/AST/Type.h>
#include <clang/AST/Decl.h>
#include <clang/AST/DeclCXX.h>
#include <string>
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::isInterestingLocation (const std::string &d) |
bool | clangcms::support::isKnownThrUnsafeFunc (const std::string &name) |
bool | clangcms::support::isSafeClassName (const std::string &d) |
void | clangcms::support::writeLog (const std::string &ostring, const std::string &tfstring) |