Searched refs:FTL (Results 1 – 9 of 9) sorted by relevance
276 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in fill() local278 ParamVars = FTL.getParams(); in fill()279 ReturnType = FTL.getReturnLoc().getType(); in fill()295 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in fill() local297 ParamVars = FTL.getParams(); in fill()298 ReturnType = FTL.getReturnLoc().getType(); in fill()
2834 FunctionTypeLoc FTL = in getReturnTypeSourceRange() local2836 if (!FTL) in getReturnTypeSourceRange()2841 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
5 License: FreeType License (FTL)6 License File: FTL.TXT
110 (`FTL.TXT') unaltered; any additions, deletions or changes to169 --- end of FTL.TXT ---
114 (`FTL.TXT') unaltered; any additions, deletions or changes to173 --- end of FTL.TXT ---
798 FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>(); in VisitFunctionDecl() local803 if ((FTL && !isa<CXXConversionDecl>(ND) && Visit(FTL.getReturnLoc())) || in VisitFunctionDecl()804 (!FTL && Visit(TL))) in VisitFunctionDecl()820 if (FTL && VisitFunctionTypeLoc(FTL, true)) in VisitFunctionDecl()
48 compiler within the open source WebKit project, see the `FTL JIT
345 This calling convention has been implemented for `WebKit FTL JIT
8425 if (FunctionTypeLoc FTL = MD->getTypeSourceInfo()->getTypeLoc() in CheckFunctionDeclaration() local8427 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()11137 if (FunctionNoProtoTypeLoc FTL = TL.getAs<FunctionNoProtoTypeLoc>()) in ActOnFinishFunctionBody() local11141 << FixItHint::CreateInsertion(FTL.getRParenLoc(), "void"); in ActOnFinishFunctionBody()