Searched refs:getAnnotatedName (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DylibVerifier.cpp | 86 std::string DylibVerifier::getAnnotatedName(const Record *R, in getAnnotatedName() function in clang::installapi::DylibVerifier 289 getAnnotatedName(R, SymCtx), in compareObjCInterfaceSymbols() 295 getAnnotatedName(R, SymCtx), in compareObjCInterfaceSymbols() 325 << getAnnotatedName(R, SymCtx); in compareVisibility() 332 << getAnnotatedName(R, SymCtx); in compareVisibility() 361 Ctx.Diag->Report(SymCtx.FA->Loc, ID) << getAnnotatedName(R, SymCtx); in compareVisibility() 387 << getAnnotatedName(R, SymCtx) << IsDeclAvailable << IsDeclAvailable; in compareAvailability() 393 << getAnnotatedName(R, SymCtx) << IsDeclAvailable << IsDeclAvailable; in compareAvailability() 409 << getAnnotatedName(DR, SymCtx) << DR->isThreadLocalValue(); in compareSymbolFlags() 416 << getAnnotatedName(R, SymCtx) << R->isThreadLocalValue(); in compareSymbolFlags() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | DylibVerifier.h | 201 std::string getAnnotatedName(const Record *R, SymbolContext &SymCtx,
|