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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3408 Decl *CanonDecl = FirstLocal->getCanonicalDecl(); local
3409 if (FirstLocal != CanonDecl) {
3410 Decl *PrevMostRecent = ASTDeclReader::getMostRecentDecl(CanonDecl);
3412 *this, FirstLocal, PrevMostRecent ? PrevMostRecent : CanonDecl,
3413 CanonDecl);
3417 ASTDeclReader::attachLatestDecl(CanonDecl, FirstLocal);
3440 ASTDeclReader::attachPreviousDecl(*this, D, MostRecent, CanonDecl);
3443 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp832 const Decl *CanonDecl = R.Declaration->getCanonicalDecl(); local
833 unsigned IDNS = CanonDecl->getIdentifierNamespace();
854 if (ND->getCanonicalDecl() == CanonDecl) {
897 if (!AllDeclsFound.insert(CanonDecl).second)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2524 const FunctionDecl *CanonDecl = cast<FunctionDecl>(FD->getCanonicalDecl()); local
2526 std::make_tuple(CanonDecl),

Completed in 100 milliseconds