Home
last modified time | relevance | path

Searched defs:hasVarStorage (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1977 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage() function
2183 bool hasVarStorage() const { return SwitchStmtBits.HasVar; } in hasVarStorage() function
2363 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage() function