clang-tools 22.0.0git
|
#include "PropertyDeclarationCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "llvm/Support/Regex.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::objc |
Functions | |
static FixItHint | clang::tidy::objc::generateFixItHint (const ObjCPropertyDecl *Decl, NamingStyle Style) |
For now we will only fix 'CamelCase' or 'abc_CamelCase' property to 'camelCase' or 'abc_camelCase'. | |
static std::string | clang::tidy::objc::validPropertyNameRegex (bool UsedInMatcher) |
static bool | clang::tidy::objc::hasCategoryPropertyPrefix (llvm::StringRef PropertyName) |
static bool | clang::tidy::objc::prefixedPropertyNameValid (llvm::StringRef PropertyName) |