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

12 3

  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp 372 D = cast<NamedDecl>(D->getCanonicalDecl());
    [all...]
SemaCodeComplete.cpp 312 void Ignore(Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); }
783 Decl *CanonDecl = R.Declaration->getCanonicalDecl();
805 if (ND->getCanonicalDecl() == CanonDecl) {
907 if (!AllDeclsFound.insert(R.Declaration->getCanonicalDecl()))
    [all...]
SemaTemplate.cpp 382 Found.getFoundDecl()->getCanonicalDecl()
383 != FoundOuter.getFoundDecl()->getCanonicalDecl()) {
    [all...]
SemaExprCXX.cpp 205 if (Spec->getSpecializedTemplate()->getCanonicalDecl() ==
206 Template->getCanonicalDecl())
225 if (SpecTemplate->getCanonicalDecl() == Template->getCanonicalDecl())
    [all...]
SemaExpr.cpp 151 Pos = SuppressedDiagnostics.find(D->getCanonicalDecl());
    [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 593 D = D->getCanonicalDecl();
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ItaniumMangle.cpp 277 ND = cast<NamedDecl>(ND->getCanonicalDecl());
366 D = D->getCanonicalDecl();
    [all...]
DeclCXX.cpp     [all...]
MicrosoftMangle.cpp 110 D = D->getCanonicalDecl();
    [all...]
StmtProfile.cpp 1109 ID.AddPointer(D? D->getCanonicalDecl() : 0);
DeclObjC.cpp 502 ObjCMethodDecl *ObjCMethodDecl::getCanonicalDecl() {
    [all...]
Type.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGVTables.cpp 489 cast<CXXMethodDecl>(GD.getDecl())->getCanonicalDecl();
ItaniumCXXABI.cpp 474 MD = MD->getCanonicalDecl();
    [all...]
CodeGenModule.cpp 318 StringRef &Str = MangledDeclNames[GD.getCanonicalDecl()];
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 244 Writer.AddDeclRef(T->getDecl()->getCanonicalDecl(), Record);
368 Writer.AddDeclRef(T->getDecl()->getCanonicalDecl(), Record);
374 Writer.AddDeclRef(T->getDecl()->getCanonicalDecl(), Record);
    [all...]
ASTWriterDecl.cpp 374 Writer.AddDeclRef(FTSInfo->getTemplate()->getCanonicalDecl(), Record);
    [all...]
ASTReader.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 729 D = cast<NamedDecl>(D->getCanonicalDecl());
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 555 milliseconds

12 3