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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp112 if (!Builder->lookupRepresentativeDecl(MangledName, Result))
H A DCodeGenModule.h644 bool lookupRepresentativeDecl(StringRef MangledName,
H A DCodeGenModule.cpp1100 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) {
3195 if (lookupRepresentativeDecl(MangledName, OtherGD) &&
3496 if (D && lookupRepresentativeDecl(MangledName, OtherGD) &&
4639 if (lookupRepresentativeDecl(MangledName, OtherGD) &&
5711 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, function in class:CodeGenModule

Completed in 134 milliseconds