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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp112 if (!Builder->lookupRepresentativeDecl(MangledName, Result))
H A DCodeGenModule.h640 bool lookupRepresentativeDecl(StringRef MangledName,
H A DCodeGenModule.cpp1060 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) {
3174 if (lookupRepresentativeDecl(MangledName, OtherGD) &&
3473 if (D && lookupRepresentativeDecl(MangledName, OtherGD) &&
4584 if (lookupRepresentativeDecl(MangledName, OtherGD) &&
5640 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, function in class:CodeGenModule

Completed in 146 milliseconds