Searched defs:AFT (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DStmtPrinter.cpp2522 const FunctionType *AFT = Node->getFunctionType(); local
2524 if (isa<FunctionNoProtoType>(AFT)) {
2526 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) {
2535 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT);
H A DExpr.cpp535 const FunctionType *AFT = Decl->getType()->getAs<FunctionType>(); local
538 FT = dyn_cast<FunctionProtoType>(AFT);
647 AFT->getReturnType().getAsStringInternal(Proto, Policy);
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3254 const FunctionType *AFT = CE->getFunctionType(); local
3255 QualType RT = AFT->getReturnType();
3262 if (isa<FunctionNoProtoType>(AFT)) {
3269 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT);
H A DRewriteModernObjC.cpp4049 const FunctionType *AFT = CE->getFunctionType(); local
4050 QualType RT = AFT->getReturnType();
4061 if (isa<FunctionNoProtoType>(AFT)) {
4068 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT);

Completed in 165 milliseconds