Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DModuleBuilder.cpp82 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName()
DCodeGenModule.h560 bool lookupRepresentativeDecl(StringRef MangledName,
DCodeGenModule.cpp1753 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
3760 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, in lookupRepresentativeDecl() function in CodeGenModule