Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1981 return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() + in numTrailingObjects()
1992 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()
2022 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage() function
2084 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2090 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2224 return NumMandatoryStmtPtr + hasInitStorage() + hasVarStorage(); in numTrailingObjects()
2230 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()
2256 bool hasVarStorage() const { return SwitchStmtBits.HasVar; } in hasVarStorage() function
2316 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2322 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp988 assert(hasVarStorage() && in setConditionVariable()
1106 assert(hasVarStorage() && in setConditionVariable()
1167 assert(hasVarStorage() && in setConditionVariable()
H A DJSONNodeDumper.cpp1528 attributeOnlyIfTrue("hasVar", IS->hasVarStorage()); in VisitIfStmt()
1537 attributeOnlyIfTrue("hasVar", SS->hasVarStorage()); in VisitSwitchStmt()
1554 attributeOnlyIfTrue("hasVar", WS->hasVarStorage()); in VisitWhileStmt()
H A DTextNodeDumper.cpp954 if (Node->hasVarStorage()) in VisitIfStmt()
971 if (Node->hasVarStorage()) in VisitSwitchStmt()
976 if (Node->hasVarStorage()) in VisitWhileStmt()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp817 if (S->hasVarStorage()) { in TraverseIfStmt()
1465 if (S->hasVarStorage()) in WalkUpFromIfStmt()