Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc65 SymbolizedStackHolder FallbackLoc; in handleTypeMismatchImpl() local
67 FallbackLoc.reset(getCallerLocation(Opts.pc)); in handleTypeMismatchImpl()
68 Loc = FallbackLoc; in handleTypeMismatchImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2717 SourceLocation FallbackLoc, in diagnoseIgnoredQualifiers() argument
2762 Diag(Loc.isInvalid() ? FallbackLoc : Loc, DiagID) in diagnoseIgnoredQualifiers()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1915 SourceLocation FallbackLoc,