OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCanonicalDecl
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
GlobalDecl.h
93
GlobalDecl
getCanonicalDecl
() const {
95
CanonGD.Value.setPointer(Value.getPointer()->
getCanonicalDecl
());
Decl.h
618
NamespaceDecl *
getCanonicalDecl
() override {
621
const NamespaceDecl *
getCanonicalDecl
() const {
1177
VarDecl *
getCanonicalDecl
() override;
1178
const VarDecl *
getCanonicalDecl
() const {
1179
return const_cast<VarDecl*>(this)->
getCanonicalDecl
();
2204
DeclAsWritten->
getCanonicalDecl
()->isDefaulted());
2308
return
getCanonicalDecl
()->FunctionDeclBits.IsDeleted;
2405
return
getCanonicalDecl
()->FunctionDeclBits.IsMultiVersion;
2411
getCanonicalDecl
()->FunctionDeclBits.IsMultiVersion = V;
2444
FunctionDecl *
getCanonicalDecl
() override
[
all
...]
DeclTemplate.h
860
RedeclarableTemplateDecl *
getCanonicalDecl
() override {
863
const RedeclarableTemplateDecl *
getCanonicalDecl
() const {
1044
FunctionTemplateDecl *
getCanonicalDecl
() override {
1046
RedeclarableTemplateDecl::
getCanonicalDecl
());
1048
const FunctionTemplateDecl *
getCanonicalDecl
() const {
1050
RedeclarableTemplateDecl::
getCanonicalDecl
());
2320
ClassTemplateDecl *
getCanonicalDecl
() override {
2322
RedeclarableTemplateDecl::
getCanonicalDecl
());
2324
const ClassTemplateDecl *
getCanonicalDecl
() const {
2326
RedeclarableTemplateDecl::
getCanonicalDecl
());
[
all
...]
DeclBase.h
578
void setIsUsed() {
getCanonicalDecl
()->Used = true; }
901
virtual Decl *
getCanonicalDecl
() { return this; }
902
const Decl *
getCanonicalDecl
() const {
903
return const_cast<Decl*>(this)->
getCanonicalDecl
();
907
bool isCanonicalDecl() const { return
getCanonicalDecl
() == this; }
1205
return D1->
getCanonicalDecl
() == D2->
getCanonicalDecl
();
DeclCXX.h
493
CXXRecordDecl *
getCanonicalDecl
() override {
494
return cast<CXXRecordDecl>(RecordDecl::
getCanonicalDecl
());
497
const CXXRecordDecl *
getCanonicalDecl
() const {
498
return const_cast<CXXRecordDecl*>(this)->
getCanonicalDecl
();
1992
CXXMethodDecl *CD = const_cast<CXXMethodDecl*>(this)->
getCanonicalDecl
();
2032
CXXMethodDecl *
getCanonicalDecl
() override {
2033
return cast<CXXMethodDecl>(FunctionDecl::
getCanonicalDecl
());
2035
const CXXMethodDecl *
getCanonicalDecl
() const {
2036
return const_cast<CXXMethodDecl*>(this)->
getCanonicalDecl
();
2468
*
getCanonicalDecl
()->getTrailingObjects<ExplicitSpecifier>() = ES
[
all
...]
DeclObjC.h
244
ObjCMethodDecl *
getCanonicalDecl
() override;
245
const ObjCMethodDecl *
getCanonicalDecl
() const {
246
return const_cast<ObjCMethodDecl*>(this)->
getCanonicalDecl
();
1891
ObjCInterfaceDecl *
getCanonicalDecl
() override { return getFirstDecl(); }
1892
const ObjCInterfaceDecl *
getCanonicalDecl
() const { return getFirstDecl(); }
2234
ObjCProtocolDecl *
getCanonicalDecl
() override { return getFirstDecl(); }
2235
const ObjCProtocolDecl *
getCanonicalDecl
() const { return getFirstDecl(); }
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexingContext.cpp
301
static const Decl *
getCanonicalDecl
(const Decl *D) {
302
D = D->
getCanonicalDecl
();
414
D =
getCanonicalDecl
(D);
417
Parent =
getCanonicalDecl
(Parent);
450
Rel.RelatedSymbol->
getCanonicalDecl
()));
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
568
if (!HasCompleteDef &&
getCanonicalDecl
()->hasDefinition() &&
569
getCanonicalDecl
()->getDefinition() == getDefinition())
961
ObjCMethodDecl *ObjCMethodDecl::
getCanonicalDecl
() {
1924
const auto *Can = Parent->
getCanonicalDecl
();
Decl.cpp
608
cast<NamedDecl>(D->
getCanonicalDecl
())))
638
if (getStorageClass(D->
getCanonicalDecl
()) == SC_Static) {
1255
if (Function->
getCanonicalDecl
()->getStorageClass() == SC_Static)
1778
if (
getCanonicalDecl
() != OldD->
getCanonicalDecl
())
2125
VarDecl *VarDecl::
getCanonicalDecl
() { return getFirstDecl(); }
2147
!(
getCanonicalDecl
()->isInline() &&
2148
getCanonicalDecl
()->isConstexpr()) &&
3206
if (
getCanonicalDecl
()->getStorageClass() == SC_Static)
3271
FunctionDecl *FunctionDecl::
getCanonicalDecl
() { return getFirstDecl();
[
all
...]
Completed in 36 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026