Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp264 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in fill() local
266 ArrayRef<ParmVarDecl *> Params = FTL.getParams(); in fill()
269 ResultType = FTL.getResultLoc().getType(); in fill()
/external/harfbuzz/src/
DMakefile.am67 COPYING.FTL \
/external/freetype/
DNOTICE114 (`FTL.TXT') unaltered; any additions, deletions or changes to
173 --- end of FTL.TXT ---
/external/clang/tools/libclang/
DCIndex.cpp758 FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>(); in VisitFunctionDecl() local
763 if ((FTL && !isa<CXXConversionDecl>(ND) && Visit(FTL.getResultLoc())) || in VisitFunctionDecl()
764 (!FTL && Visit(TL))) in VisitFunctionDecl()
779 if (FTL && VisitFunctionTypeLoc(FTL, true)) in VisitFunctionDecl()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3844 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in handleGlobalAttr() local
3847 << FixItHint::CreateReplacement(FTL.getResultLoc().getSourceRange(), in handleGlobalAttr()
DSemaDecl.cpp8554 if (FunctionNoProtoTypeLoc FTL = TL.getAs<FunctionNoProtoTypeLoc>()) in ActOnStartOfFunctionDef() local
8558 << FixItHint::CreateInsertion(FTL.getRParenLoc(), "void"); in ActOnStartOfFunctionDef()
/external/webkit/Tools/android/flex-2.5.4a/
DNEWS1231 - Removed all references to FTL language.