OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCorrectionDecl
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h
151
NamedDecl *
getCorrectionDecl
() const {
157
return dyn_cast_or_null<DeclClass>(
getCorrectionDecl
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
979
NamedDecl *ND = candidate.
getCorrectionDecl
();
1029
ParameterPack = Corrected.
getCorrectionDecl
();
SemaCXXScopeSpec.cpp
439
return SRef.isAcceptableNestedNameSpecifier(candidate.
getCorrectionDecl
());
SemaLookup.cpp
4298
if (NamedDecl *NewND = Correction.
getCorrectionDecl
()) {
4306
if (RI->
getCorrectionDecl
() == NewND) {
5243
if (!candidate.
getCorrectionDecl
())
SemaExprMember.cpp
604
NamedDecl *ND = candidate.
getCorrectionDecl
();
SemaTemplate.cpp
675
if (auto *ND = Candidate.
getCorrectionDecl
())
3881
return TC.
getCorrectionDecl
() &&
3882
getAsTypeTemplateDecl(TC.
getCorrectionDecl
());
SemaDeclCXX.cpp
4124
if (NamedDecl *ND = candidate.
getCorrectionDecl
()) {
11398
if (NamedDecl *ND = candidate.
getCorrectionDecl
())
11922
NamedDecl *ND = Candidate.
getCorrectionDecl
();
12155
NamedDecl *ND = Corrected.
getCorrectionDecl
();
SemaDecl.cpp
80
if (NamedDecl *ND = candidate.
getCorrectionDecl
()) {
960
NamedDecl *UnderlyingFirstDecl = Corrected.
getCorrectionDecl
();
8368
Correction.
getCorrectionDecl
()->getDeclContext(),
SemaOpenMP.cpp
2752
NamedDecl *ND = Candidate.
getCorrectionDecl
();
2774
NamedDecl *ND = Candidate.
getCorrectionDecl
();
20050
checkDeclIsAllowedInOpenMPTarget(nullptr, Corrected.
getCorrectionDecl
());
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
701
NamedDecl *ND = candidate.
getCorrectionDecl
();
Completed in 123 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026