On 12.03.2011, at 11:54, Ilya Mirsky wrote: > Thank you, but I'm working on C files, not C++. > Is there similar isStatic method in C context? VarDecl has getStorageClass() and getStorageClassAsWritten(). The latter is what the user actually used on the decl, the former is computed by merging decls. Sebastian