Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc61 SymbolizedStackHolder FallbackLoc; in handleTypeMismatchImpl() local
63 FallbackLoc.reset(getCallerLocation(Opts.pc)); in handleTypeMismatchImpl()
64 Loc = FallbackLoc; in handleTypeMismatchImpl()
/external/clang/lib/Sema/
DSemaType.cpp2655 SourceLocation FallbackLoc, in diagnoseIgnoredQualifiers() argument
2700 Diag(Loc.isInvalid() ? FallbackLoc : Loc, DiagID) in diagnoseIgnoredQualifiers()
/external/clang/include/clang/Sema/
DSema.h1679 SourceLocation FallbackLoc,