Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp1610 bool Sema::hasMergedDefinitionInCurrentModule(NamedDecl *Def) { in hasMergedDefinitionInCurrentModule() function in Sema
1830 if (SemaRef.hasMergedDefinitionInCurrentModule(cast<NamedDecl>(DC))) { in isAcceptableSlow()
H A DSemaType.cpp8705 if (D->isModulePrivate() ? hasMergedDefinitionInCurrentModule(D) in hasAcceptableDefinition()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2353 bool hasMergedDefinitionInCurrentModule(NamedDecl *Def);