Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp4232 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); in loadPendingDeclChain() local
4233 if (FirstLocal != CanonDecl) { in loadPendingDeclChain()
4234 Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl); in loadPendingDeclChain()
4236 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl, in loadPendingDeclChain()
4237 CanonDecl); in loadPendingDeclChain()
4241 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal); in loadPendingDeclChain()
4276 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl); in loadPendingDeclChain()
4279 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent); in loadPendingDeclChain()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp1104 const Decl *CanonDecl = R.Declaration->getCanonicalDecl(); in MaybeAddResult() local
1105 unsigned IDNS = CanonDecl->getIdentifierNamespace(); in MaybeAddResult()
1126 if (ND->getCanonicalDecl() == CanonDecl) { in MaybeAddResult()
1169 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3670 const FunctionDecl *CanonDecl = FD->getCanonicalDecl(); in getFunctionFwdDeclOrStub() local
3672 std::make_tuple(CanonDecl), in getFunctionFwdDeclOrStub()