OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypoCorrection
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Parse/
ParseTentative.cpp
[
all
...]
/external/clang/include/clang/Sema/
TypoCorrection.h
1
//===---
TypoCorrection
.h - Class for typo correction results ---*- C++ -*-===//
10
// This file defines the
TypoCorrection
class, which stores the results of
25
class
TypoCorrection
{
41
TypoCorrection
(const DeclarationName &Name, NamedDecl *NameDecl,
51
TypoCorrection
(NamedDecl *Name, NestedNameSpecifier *NNS = 0,
60
TypoCorrection
(DeclarationName Name, NestedNameSpecifier *NNS = 0,
66
TypoCorrection
()
145
/// declarations associated with the DeclarationName of this
TypoCorrection
153
/// \brief Returns whether this
TypoCorrection
has a non-empty DeclarationName
156
/// \brief Mark this
TypoCorrection
as being a keyword
[
all
...]
Completed in 482 milliseconds