OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCorrectionDecl
(Results
1 - 12
of
12
) sorted by null
/external/clang/include/clang/Sema/
TypoCorrection.h
133
NamedDecl *
getCorrectionDecl
() const {
138
return dyn_cast_or_null<DeclClass>(
getCorrectionDecl
());
/external/clang/lib/Sema/
SemaCXXScopeSpec.cpp
415
return SRef.isAcceptableNestedNameSpecifier(candidate.
getCorrectionDecl
());
610
if (NamedDecl *ND = Corrected.
getCorrectionDecl
())
[
all
...]
SemaTemplateVariadic.cpp
805
NamedDecl *ND = candidate.
getCorrectionDecl
();
851
ParameterPack = Corrected.
getCorrectionDecl
();
[
all
...]
SemaLookup.cpp
[
all
...]
SemaExprMember.cpp
570
NamedDecl *ND = candidate.
getCorrectionDecl
();
[
all
...]
SemaExpr.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaTemplate.cpp
332
if (Corrected.
getCorrectionDecl
())
333
Found.addDecl(Corrected.
getCorrectionDecl
());
[
all
...]
SemaDecl.cpp
76
if (NamedDecl *ND = candidate.
getCorrectionDecl
()) {
816
NamedDecl *FirstDecl = Corrected.
getCorrectionDecl
();
[
all
...]
SemaOpenMP.cpp
[
all
...]
/external/clang/lib/Parse/
ParseExpr.cpp
483
NamedDecl *ND = candidate.
getCorrectionDecl
();
[
all
...]
Completed in 68 milliseconds