Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h2401 InitStorageKind storageKind = InitStorage.getInt(); in getInClassInitStyle() local
2402 return (storageKind == ISK_CapturedVLAType in getInClassInitStyle()
2403 ? ICIS_NoInit : (InClassInitStyle) storageKind); in getInClassInitStyle()