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.cpp465 if (auto FTLoc = TL.getAs<FunctionProtoTypeLoc>()) in CheckEquivalentExceptionSpec() local
466 if (!FTLoc.getTypePtr()->hasTrailingReturn()) in CheckEquivalentExceptionSpec()
467 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()