Home
last modified time | relevance | path

Searched defs:fpi (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp106 constexpr int (*fpi)(int) = L; variable
H A Dcxx1y-generic-lambdas.cpp150 int& (*fpi)(int*) = [](auto* a) -> auto& { return *a; }; // OK in test() local
184 int& (*fpi)(int*) = [](auto* a) -> auto& { return *a; }; // OK in test() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp485 return Context->getFunctionType(result, args, fpi); in getSimpleFunctionType() local
H A DRewriteModernObjC.cpp579 fpi.Variadic = variadic; in getSimpleFunctionType() local