File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1257,8 +1257,11 @@ class alignas(8) Decl {
12571257 int64_t getID () const ;
12581258
12591259 // / Looks through the Decl's underlying type to extract a FunctionType
1260- // / when possible. Will return null if the type underlying the Decl does not
1261- // / have a FunctionType.
1260+ // / when possible. This includes direct FunctionDecls, along with various
1261+ // / function types and typedefs. This includes function pointers/references,
1262+ // / member function pointers, and optionally if \p BlocksToo is set
1263+ // / Objective-C block pointers. Returns nullptr if the type underlying the
1264+ // / Decl does not have a FunctionType.
12621265 const FunctionType *getFunctionType (bool BlocksToo = true ) const ;
12631266
12641267 // Looks through the Decl's underlying type to determine if it's a
You can’t perform that action at this time.
0 commit comments