Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2930 InitStorageKind storageKind = InitStorage.getInt(); in getInClassInitStyle() local
2931 return (storageKind == ISK_CapturedVLAType in getInClassInitStyle()
2932 ? ICIS_NoInit : (InClassInitStyle) storageKind); in getInClassInitStyle()