Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp2495 const FunctionType *AFT = Node->getFunctionType(); in VisitBlockExpr() local
2497 if (isa<FunctionNoProtoType>(AFT)) { in VisitBlockExpr()
2499 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) { in VisitBlockExpr()
2508 const auto *FT = cast<FunctionProtoType>(AFT); in VisitBlockExpr()
H A DDeclPrinter.cpp669 if (const FunctionType *AFT = Ty->getAs<FunctionType>()) { in VisitFunctionDecl() local
672 FT = dyn_cast<FunctionProtoType>(AFT); in VisitFunctionDecl()
752 AFT->getReturnType().print(Out, Policy, Proto); in VisitFunctionDecl()
H A DExpr.cpp635 const FunctionType *AFT = Decl->getType()->getAs<FunctionType>(); in ComputeName() local
638 FT = dyn_cast<FunctionProtoType>(AFT); in ComputeName()
641 switch (AFT->getCallConv()) { in ComputeName()
754 AFT->getReturnType().getAsStringInternal(Proto, Policy); in ComputeName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3267 const FunctionType *AFT = CE->getFunctionType(); in SynthesizeBlockFunc() local
3268 QualType RT = AFT->getReturnType(); in SynthesizeBlockFunc()
3275 if (isa<FunctionNoProtoType>(AFT)) { in SynthesizeBlockFunc()
3282 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT); in SynthesizeBlockFunc()
H A DRewriteModernObjC.cpp4052 const FunctionType *AFT = CE->getFunctionType(); in SynthesizeBlockFunc() local
4053 QualType RT = AFT->getReturnType(); in SynthesizeBlockFunc()
4064 if (isa<FunctionNoProtoType>(AFT)) { in SynthesizeBlockFunc()
4071 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT); in SynthesizeBlockFunc()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp805 if (const FunctionType *AFT = Ty->getAs<FunctionType>()) { in HasTrailingReturnType() local
806 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(AFT)) in HasTrailingReturnType()
/netbsd-src/etc/
H A Dservices9120 aftmux 3917/tcp # AFT multiplex port [Alfred_Schmidt] …
9121 aftmux 3917/udp # AFT multiplex port [Alfred_Schmidt] …