Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp3405 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain() local
3406 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()
3407 Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl); in loadPendingDeclChain()
3409 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()
3410 CanonDecl); in loadPendingDeclChain()
3414 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()
3437 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()
3440 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp831 const Decl *CanonDecl = R.Declaration->getCanonicalDecl(); in MaybeAddResult() local
832 unsigned IDNS = CanonDecl->getIdentifierNamespace(); in MaybeAddResult()
853 if (ND->getCanonicalDecl() == CanonDecl) { in MaybeAddResult()
896 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2516 const FunctionDecl *CanonDecl = cast<FunctionDecl>(FD->getCanonicalDecl()); in getFunctionForwardDeclaration() local
2518 std::make_tuple(CanonDecl), in getFunctionForwardDeclaration()