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()
2915 FunctionTypeLoc FTL = in getReturnTypeSourceRange() local2917 if (!FTL) in getReturnTypeSourceRange()2922 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 ---
802 FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>(); in VisitFunctionDecl() local807 if ((FTL && !isa<CXXConversionDecl>(ND) && Visit(FTL.getReturnLoc())) || in VisitFunctionDecl()808 (!FTL && Visit(TL))) in VisitFunctionDecl()824 if (FTL && VisitFunctionTypeLoc(FTL, true)) in VisitFunctionDecl()
48 compiler within the open source WebKit project, see the `FTL JIT
350 This calling convention has been implemented for `WebKit FTL JIT
8751 if (FunctionTypeLoc FTL = MD->getTypeSourceInfo()->getTypeLoc() in CheckFunctionDeclaration() local8753 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()11547 if (FunctionNoProtoTypeLoc FTL = TL.getAs<FunctionNoProtoTypeLoc>()) in ActOnFinishFunctionBody() local11551 << FixItHint::CreateInsertion(FTL.getRParenLoc(), "void"); in ActOnFinishFunctionBody()