OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCorrectionDeclAs
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h
156
DeclClass *
getCorrectionDeclAs
() const {
369
return candidate.
getCorrectionDeclAs
<C>();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
511
ObjCInterfaceDecl *ID = candidate.
getCorrectionDeclAs
<ObjCInterfaceDecl>();
564
PrevDecl = Corrected.
getCorrectionDeclAs
<ObjCInterfaceDecl>();
1308
if ((PDecl = Corrected.
getCorrectionDeclAs
<ObjCProtocolDecl>()))
1357
if (candidate.
getCorrectionDeclAs
<ObjCProtocolDecl>())
1364
if (auto typeDecl = candidate.
getCorrectionDeclAs
<TypeDecl>()) {
1385
if (candidate.
getCorrectionDeclAs
<ObjCInterfaceDecl>())
1692
if (auto proto = corrected.
getCorrectionDeclAs
<ObjCProtocolDecl>()) {
1703
if (auto typeDecl = corrected.
getCorrectionDeclAs
<TypeDecl>()) {
1714
if (auto objcClass = corrected.
getCorrectionDeclAs
<ObjCInterfaceDecl>()) {
1990
if (Corrected.
getCorrectionDeclAs
<ObjCInterfaceDecl>())
[
all
...]
SemaExprMember.cpp
1354
IV = Corrected.
getCorrectionDeclAs
<ObjCIvarDecl>();
SemaExprObjC.cpp
2273
return candidate.
getCorrectionDeclAs
<ObjCInterfaceDecl>() ||
2366
Corrected.
getCorrectionDeclAs
<ObjCInterfaceDecl>()) {
SemaInit.cpp
2348
FieldDecl *FD = candidate.
getCorrectionDeclAs
<FieldDecl>();
2583
KnownField = Corrected.
getCorrectionDeclAs
<FieldDecl>();
SemaDeclCXX.cpp
4267
if (FieldDecl *Member = Corr.
getCorrectionDeclAs
<FieldDecl>()) {
4275
} else if (TypeDecl *Type = Corr.
getCorrectionDeclAs
<TypeDecl>()) {
SemaTemplate.cpp
3895
Name = TemplateName(Corrected.
getCorrectionDeclAs
<TemplateDecl>());
SemaExpr.cpp
2121
unsigned NoteID = TC.
getCorrectionDeclAs
<ImplicitParamDecl>()
2338
unsigned NoteID = Corrected.
getCorrectionDeclAs
<ImplicitParamDecl>()
SemaDecl.cpp
1992
IDecl = C.
getCorrectionDeclAs
<ObjCInterfaceDecl>();
SemaOpenMP.cpp
2811
VD = Corrected.
getCorrectionDeclAs
<VarDecl>();
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
140
if (FieldDecl *FD = candidate.
getCorrectionDeclAs
<FieldDecl>())
143
return candidate.
getCorrectionDeclAs
<VarDecl>();
145
candidate.
getCorrectionDeclAs
<NamespaceDecl>())
Completed in 315 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026