clang API Documentation
#include "clang/AST/CommentSema.h"#include "clang/AST/Attr.h"#include "clang/AST/CommentCommandTraits.h"#include "clang/AST/CommentDiagnostic.h"#include "clang/AST/Decl.h"#include "clang/AST/DeclTemplate.h"#include "clang/Basic/SourceManager.h"#include "clang/Lex/Preprocessor.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringSwitch.h"#include "clang/AST/CommentHTMLTagsProperties.inc"
Go to the source code of this file.
Namespaces | |
| namespace | clang |
| namespace | clang::comments |
Functions | |
| static int | clang::comments::getParamPassDirection (StringRef Arg) |
| Turn a string into the corresponding PassDirection or -1 if it's not valid. | |
| const NamedDecl* BestDecl |
Definition at line 958 of file CommentSema.cpp.
Definition at line 959 of file CommentSema.cpp.
Referenced by clang::comments::CommandTraits::getTypoCorrectCommandInfo(), HelperSelectorsForTypoCorrection(), and clang::CompilerInstance::loadModule().
Definition at line 960 of file CommentSema.cpp.
| const unsigned MaxEditDistance |
Definition at line 956 of file CommentSema.cpp.
Referenced by clang::comments::CommandTraits::getTypoCorrectCommandInfo(), and HelperSelectorsForTypoCorrection().
Definition at line 961 of file CommentSema.cpp.
Referenced by clang::ASTReader::ReadMacroRecord().
StringRef Typo [static] |
Definition at line 955 of file CommentSema.cpp.
Referenced by clang::TypoCorrectionConsumer::addCorrection(), clang::Sema::CorrectTypo(), clang::TypoCorrectionConsumer::FoundDecl(), and LookupMemberExprInRecord().