Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSpecifiers.h197 inline bool isLegalForVariable(StorageClass SC) { in isLegalForVariable() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDecl.cpp1648 assert(isLegalForVariable(SC)); in setStorageClass()