Home
last modified time | relevance | path

Searched refs:CanonDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
DASTReaderDecl.cpp3537 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain() local
3538 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()
3539 Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl); in loadPendingDeclChain()
3541 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()
3542 CanonDecl); in loadPendingDeclChain()
3546 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()
3569 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()
3572 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp848 const Decl *CanonDecl = R.Declaration->getCanonicalDecl(); in MaybeAddResult() local
849 unsigned IDNS = CanonDecl->getIdentifierNamespace(); in MaybeAddResult()
870 if (ND->getCanonicalDecl() == CanonDecl) { in MaybeAddResult()
913 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2710 const FunctionDecl *CanonDecl = cast<FunctionDecl>(FD->getCanonicalDecl()); in getFunctionForwardDeclaration() local
2712 std::make_tuple(CanonDecl), in getFunctionForwardDeclaration()