Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4152 bool IsRedefinitionInModule(const NamedDecl *New, const NamedDecl *Old) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8541 IsRedefinitionInModule(NewDecl, OldConcept)) { in CheckConceptRedefinition()
H A DSemaDecl.cpp1711 bool Sema::IsRedefinitionInModule(const NamedDecl *New, in IsRedefinitionInModule() function in Sema