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

1 2 3

  /external/clang/lib/AST/
CXXInheritance.cpp 90 if (getCanonicalDecl() == Base->getCanonicalDecl())
95 const_cast<CXXRecordDecl*>(Base->getCanonicalDecl()),
106 if (getCanonicalDecl() == Base->getCanonicalDecl())
110 return lookupInBases(&FindVirtualBaseClass, Base->getCanonicalDecl(), Paths);
115 return Base->getCanonicalDecl() != (const CXXRecordDecl*) OpaqueTarget;
119 return forallBases(BaseIsNot, (void*) Base->getCanonicalDecl());
361 assert(((Decl *)BaseRecord)->getCanonicalDecl() == BaseRecord &&
364 ->getCanonicalDecl() == BaseRecord
    [all...]
ExprConstant.cpp 823 if (Expected->getCanonicalDecl() != Class->getCanonicalDecl()) {
867 if (LHS.getDecl()->getCanonicalDecl() != RHS.getDecl()->getCanonicalDecl())
    [all...]
Decl.cpp     [all...]
DeclTemplate.cpp 396 Decl *DCanon = D->getCanonicalDecl();
401 if (P->getInstantiatedFromMember()->getCanonicalDecl() == DCanon)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
GlobalDecl.h 51 GlobalDecl getCanonicalDecl() const {
53 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
DeclTemplate.h 587 RedeclarableTemplateDecl *getCanonicalDecl() { return getFirstDeclaration(); }
588 const RedeclarableTemplateDecl *getCanonicalDecl() const {
763 FunctionTemplateDecl *getCanonicalDecl() {
765 RedeclarableTemplateDecl::getCanonicalDecl());
767 const FunctionTemplateDecl *getCanonicalDecl() const {
769 RedeclarableTemplateDecl::getCanonicalDecl());
    [all...]
DeclCXX.h 676 virtual CXXRecordDecl *getCanonicalDecl() {
677 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
679 virtual const CXXRecordDecl *getCanonicalDecl() const {
680 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
    [all...]
Decl.h 496 NamespaceDecl *getCanonicalDecl() {
499 const NamespaceDecl *getCanonicalDecl() const {
    [all...]
DeclBase.h 664 virtual Decl *getCanonicalDecl() { return this; }
665 const Decl *getCanonicalDecl() const {
666 return const_cast<Decl*>(this)->getCanonicalDecl();
670 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
880 return D1->getCanonicalDecl() == D2->getCanonicalDecl();
    [all...]
DeclObjC.h 263 virtual ObjCMethodDecl *getCanonicalDecl();
264 const ObjCMethodDecl *getCanonicalDecl() const {
265 return const_cast<ObjCMethodDecl*>(this)->getCanonicalDecl();
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 101 CXXRecordDecl *Record = cast<CXXRecordDecl>(DC)->getCanonicalDecl();
105 FunctionDecl *Function = cast<FunctionDecl>(DC)->getCanonicalDecl();
123 R = R->getCanonicalDecl();
205 InstanceContext = (IC ? cast<CXXRecordDecl>(IC)->getCanonicalDecl() : 0);
225 DeclaringClass = DeclaringClass->getCanonicalDecl();
259 assert(Derived->getCanonicalDecl() == Derived);
260 assert(Target->getCanonicalDecl() == Target);
292 RD = RD->getCanonicalDecl();
452 if (Friend == CTD->getCanonicalDecl())
514 FTD = FTD->getCanonicalDecl();
    [all...]
IdentifierResolver.cpp 301 if (Existing->getCanonicalDecl() == New->getCanonicalDecl()) {
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprMember.cpp 31 if (Bases.count(Record->getCanonicalDecl()))
122 Classes.insert(R->getCanonicalDecl());
159 contextClass = MD->getParent()->getCanonicalDecl();
170 contextClass->getCanonicalDecl() !=
171 R.getNamingClass()->getCanonicalDecl() &&
536 MemberRecord.insert(cast<CXXRecordDecl>(DC)->getCanonicalDecl());
    [all...]
SemaTemplateDeduction.cpp 160 return X->getCanonicalDecl() == Y->getCanonicalDecl();
355 DeducedTemplateArgument NewDeduced(D? D->getCanonicalDecl() : 0);
    [all...]
SemaCXXScopeSpec.cpp 561 OuterDecl->getCanonicalDecl() != SD->getCanonicalDecl() &&
    [all...]
  /external/clang/lib/CodeGen/
CGCXX.cpp 306 MD = MD->getCanonicalDecl();
336 MD = MD->getCanonicalDecl();
369 DD = cast<CXXDestructorDecl>(DD->getCanonicalDecl());
386 DD = cast<CXXDestructorDecl>(DD->getCanonicalDecl());
  /external/clang/tools/libclang/
CIndexHigh.cpp 33 Methods.push_back(D->getCanonicalDecl());
81 D = D->getCanonicalDecl();
CIndexUSRs.cpp 396 D = D->getCanonicalDecl();
487 D = D->getCanonicalDecl();
  /frameworks/compile/slang/
slang_rs_context.cpp 163 ND)->getCanonicalDecl()->getUnderlyingType().getTypePtr();
  /external/clang/include/clang/Sema/
Lookup.h 688 Decls.erase(cast<NamedDecl>(D->getCanonicalDecl()));
Overload.h 754 return Functions.insert(F->getCanonicalDecl());
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 579 // use getCanonicalDecl on Template since it may still be initializing.
687 ID->getCanonicalDecl()->Data = ID->Data;
728 ID->Data = ID->getCanonicalDecl()->Data;
752 PD->getCanonicalDecl()->Data = PD->Data;
769 PD->Data = PD->getCanonicalDecl()->Data;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 99 NamedDecl *ND = cast<NamedDecl>(DRE->getDecl()->getCanonicalDecl());
103 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
106 if (FunArgs && FD == D->getCanonicalDecl()) {
130 DeclSeq.push_back(CMCE->getMethodDecl()->getCanonicalDecl());
    [all...]

Completed in 201 milliseconds

1 2 3