HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalDecl (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/lib/AST/
CXXInheritance.cpp 84 if (getCanonicalDecl() == Base->getCanonicalDecl())
89 const CXXRecordDecl *BaseDecl = Base->getCanonicalDecl();
105 if (getCanonicalDecl() == Base->getCanonicalDecl())
110 const CXXRecordDecl *BaseDecl = Base->getCanonicalDecl();
120 const CXXRecordDecl *TargetDecl = Base->getCanonicalDecl();
122 return Base->getCanonicalDecl() != TargetDecl;
359 assert(BaseRecord->getCanonicalDecl() == BaseRecord &&
362 ->getCanonicalDecl() == BaseRecord
    [all...]
MicrosoftCXXABI.cpp 120 TD = TD->getCanonicalDecl();
121 DD = cast<TypedefNameDecl>(DD->getCanonicalDecl());
129 const_cast<TagDecl *>(TD->getCanonicalDecl()));
134 TD = TD->getCanonicalDecl();
135 DD = cast<DeclaratorDecl>(DD->getCanonicalDecl());
143 const_cast<TagDecl *>(TD->getCanonicalDecl()));
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 150 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this,
193 if (SetterMethod && SetterMethod->getCanonicalDecl() == MD)
196 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD)
IvarInvalidationChecker.cpp 252 cast<ObjCMethodDecl>(MDI->getCanonicalDecl()));
291 const ObjCIvarDecl *I = cast<ObjCIvarDecl>(Iv->getCanonicalDecl());
398 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl());
405 SetterD = cast<ObjCMethodDecl>(SetterD->getCanonicalDecl());
411 GetterD = cast<ObjCMethodDecl>(GetterD->getCanonicalDecl());
602 markInvalidated(cast<ObjCIvarDecl>(D->getCanonicalDecl()));
609 MD = cast<ObjCMethodDecl>(MD->getCanonicalDecl());
622 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl());
633 MD = cast<ObjCMethodDecl>(MD->getCanonicalDecl());
705 MD = cast<ObjCMethodDecl>(MD->getCanonicalDecl());
    [all...]
NoReturnFunctionChecker.cpp 92 MD = MD->getCanonicalDecl();
  /external/clang/include/clang/AST/
GlobalDecl.h 54 GlobalDecl getCanonicalDecl() const {
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclCXX.h 654 CXXRecordDecl *getCanonicalDecl() override {
655 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
657 const CXXRecordDecl *getCanonicalDecl() const {
658 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayout.h 186 FD = FD->getCanonicalDecl();
205 FD = FD->getCanonicalDecl();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 54 GlobalDecl getCanonicalDecl() const {
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 54 GlobalDecl getCanonicalDecl() const {
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 54 GlobalDecl getCanonicalDecl() const {
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 54 GlobalDecl getCanonicalDecl() const {
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 54 GlobalDecl getCanonicalDecl() const {
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 54 GlobalDecl getCanonicalDecl() const {
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 54 GlobalDecl getCanonicalDecl() const {
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 54 GlobalDecl getCanonicalDecl() const {
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
  /external/clang/lib/Index/
IndexingContext.cpp 220 static const Decl *getCanonicalDecl(const Decl *D) {
221 D = D->getCanonicalDecl();
292 D = getCanonicalDecl(D);
300 Parent = getCanonicalDecl(Parent);
328 Rel.RelatedSymbol->getCanonicalDecl()));

Completed in 256 milliseconds

1 2 3 4 5 6 7 8