Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp467 if (auto FTLoc = TL.getAs<FunctionProtoTypeLoc>()) in CheckEquivalentExceptionSpec() local
468 if (!FTLoc.getTypePtr()->hasTrailingReturn()) in CheckEquivalentExceptionSpec()
469 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()