Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp163 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in getFunctionTypeLoc() local
164 ResFTL = FTL; in getFunctionTypeLoc()
181 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in getFunctionTypeLoc() local
182 ResFTL = FTL; in getFunctionTypeLoc()
362 FunctionTypeLoc FTL; in fill() local
363 if (getFunctionTypeLoc(TL, FTL)) { in fill()
364 ParamVars = FTL.getParams(); in fill()
365 ReturnType = FTL.getReturnLoc().getType(); in fill()
366 if (const auto *FPT = dyn_cast<FunctionProtoType>(FTL.getTypePtr())) in fill()
H A DDecl.cpp3941 FunctionTypeLoc FTL; in getFunctionTypeLoc() local
3943 while (!(FTL = TL.getAs<FunctionTypeLoc>())) { in getFunctionTypeLoc()
3954 return FTL; in getFunctionTypeLoc()
3958 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange() local
3959 if (!FTL) in getReturnTypeSourceRange()
3964 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
3990 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange() local
3991 return FTL ? FTL.getExceptionSpecRange() : SourceRange(); in getExceptionSpecSourceRange()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4178 if (auto FTL = TSI->getTypeLoc().getAsAdjusted<FunctionTypeLoc>()) in EmitReturnValueCheck() local
4179 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()
/freebsd/contrib/flex/
H A DONEWS1231 - Removed all references to FTL language.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12166 if (FunctionTypeLoc FTL = MD->getTypeSourceInfo()->getTypeLoc() in CheckFunctionDeclaration() local
12168 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()
16393 if (FunctionNoProtoTypeLoc FTL = TL.getAs<FunctionNoProtoTypeLoc>()) in ActOnFinishFunctionBody() local
16398 FTL.getRParenLoc(), "void") in ActOnFinishFunctionBody()