Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DModuleBuilder.cpp101 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName()
DCodeGenModule.h566 bool lookupRepresentativeDecl(StringRef MangledName,
DCodeGenModule.cpp1848 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
2089 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()
3005 if (lookupRepresentativeDecl(MangledName, OtherGD) && in emitIFuncDefinition()
4075 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, in lookupRepresentativeDecl() function in CodeGenModule