OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcorrectiondecl
(Results
1 - 11
of
11
) sorted by null
/external/clang/include/clang/Sema/
TypoCorrection.h
130
NamedDecl *
getCorrectionDecl
() const {
135
return dyn_cast_or_null<DeclClass>(
getCorrectionDecl
());
/external/clang/lib/Sema/
SemaOpenMP.cpp
38
NamedDecl *ND = Candidate.
getCorrectionDecl
();
SemaCXXScopeSpec.cpp
367
return SRef.isAcceptableNestedNameSpecifier(candidate.
getCorrectionDecl
());
513
if (NamedDecl *ND = Corrected.
getCorrectionDecl
()) {
[
all
...]
SemaTemplateVariadic.cpp
779
NamedDecl *ND = candidate.
getCorrectionDecl
();
823
ParameterPack = Corrected.
getCorrectionDecl
();
[
all
...]
SemaExprMember.cpp
564
NamedDecl *ND = candidate.
getCorrectionDecl
();
652
NamedDecl *ND = Corrected.
getCorrectionDecl
();
[
all
...]
SemaLookup.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaDecl.cpp
71
if (NamedDecl *ND = candidate.
getCorrectionDecl
())
247
if (NamedDecl *FirstDecl = Correction.
getCorrectionDecl
())
429
NamedDecl *Result = Corrected.
getCorrectionDecl
();
675
NamedDecl *FirstDecl = Corrected.
getCorrectionDecl
();
[
all
...]
SemaExpr.cpp
[
all
...]
SemaTemplate.cpp
330
if (Corrected.
getCorrectionDecl
())
331
Found.addDecl(Corrected.
getCorrectionDecl
());
[
all
...]
/external/clang/lib/Parse/
ParseExpr.cpp
434
NamedDecl *ND = candidate.
getCorrectionDecl
();
[
all
...]
Completed in 242 milliseconds