Searched refs:AFT (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DDeclPrinter.cpp416 const FunctionType *AFT = Ty->getAs<FunctionType>(); local
419 FT = dyn_cast<FunctionProtoType>(AFT);
545 AFT->getResultType().getAsStringInternal(Proto, Policy);
H A DStmtPrinter.cpp1835 const FunctionType *AFT = Node->getFunctionType(); local
1837 if (isa<FunctionNoProtoType>(AFT)) {
1839 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) {
1850 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT);
H A DExpr.cpp408 const FunctionType *AFT = Decl->getType()->getAs<FunctionType>(); local
411 FT = dyn_cast<FunctionProtoType>(AFT);
496 AFT->getResultType().getAsStringInternal(Proto, Policy);
/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp3725 const FunctionType *AFT = CE->getFunctionType(); local
3726 QualType RT = AFT->getResultType();
3733 if (isa<FunctionNoProtoType>(AFT)) {
3740 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT);
H A DRewriteObjC.cpp3330 const FunctionType *AFT = CE->getFunctionType(); local
3331 QualType RT = AFT->getResultType();
3338 if (isa<FunctionNoProtoType>(AFT)) {
3345 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT);
/external/srec/config/en.us/dictionary/
H A Dc0.61585 AFT AE1 F T
[all...]

Completed in 269 milliseconds