Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h1974 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage() function
2179 bool hasVarStorage() const { return SwitchStmtBits.HasVar; } in hasVarStorage() function
2359 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage() function