Home
last modified time | relevance | path

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

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