Searched refs:FLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 853 SymbolizedStackHolder FLoc(getSymbolizedLocation(Function)); in handleCFIBadIcall() local 854 const char *FName = FLoc.get()->info.function; in handleCFIBadIcall() 857 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleCFIBadIcall() 861 const char *DstModule = FLoc.get()->info.module; in handleCFIBadIcall() 935 SymbolizedStackHolder FLoc(getSymbolizedLocation(Function)); in handleFunctionTypeMismatch() local 936 const char *FName = FLoc.get()->info.function; in handleFunctionTypeMismatch() 943 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleFunctionTypeMismatch()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 1191 FriendUnion Friend, SourceLocation FLoc) { in Create() argument 1198 FriendTemplateDecl(DC, L, TPL, Params.size(), Friend, FLoc); in Create()
|