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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1515 bool Sema::hasMergedDefinitionInCurrentModule(NamedDecl *Def) { function in class:Sema
1671 if (SemaRef.hasMergedDefinitionInCurrentModule(cast<NamedDecl>(DC))) {
H A DSemaType.cpp8351 if (D->isModulePrivate() ? hasMergedDefinitionInCurrentModule(D)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1930 bool hasMergedDefinitionInCurrentModule(NamedDecl *Def);

Completed in 110 milliseconds