|
clang
5.0.0
|
#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 | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::comments | |
Functions | |
| static int | clang::comments::getParamPassDirection (StringRef Arg) |
| Turn a string into the corresponding PassDirection or -1 if it's not valid. More... | |
| const NamedDecl* BestDecl |
Definition at line 979 of file CommentSema.cpp.
| unsigned BestEditDistance |
Definition at line 984 of file CommentSema.cpp.
Referenced by clang::comments::CommandTraits::getTypoCorrectCommandInfo(), HelperSelectorsForTypoCorrection(), and clang::CompilerInstance::loadModule().
| unsigned BestIndex |
Definition at line 985 of file CommentSema.cpp.
| const unsigned MaxEditDistance |
Definition at line 982 of file CommentSema.cpp.
Referenced by clang::comments::CommandTraits::getTypoCorrectCommandInfo(), and HelperSelectorsForTypoCorrection().
| unsigned NextIndex |
Definition at line 986 of file CommentSema.cpp.
Referenced by clang::tooling::ReplaceNodeWithTemplate::create(), and clang::ASTReader::ReadMacroRecord().
| StringRef Typo |
Definition at line 981 of file CommentSema.cpp.
Referenced by emitEmptyLookupTypoDiagnostic(), and LookupMemberExprInRecord().
1.8.6