Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2208 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage() function
2270 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2276 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2282 assert(hasVarStorage()); in setConditionVariableDeclStmt()
2507 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2513 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2519 assert(hasVarStorage()); in setConditionVariableDeclStmt()
2610 return NumMandatoryStmtPtr + hasVarStorage(); in numTrailingObjects()
2675 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2681 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp989 assert(hasVarStorage() && in setConditionVariable()
1107 assert(hasVarStorage() && in setConditionVariable()
1168 assert(hasVarStorage() && in setConditionVariable()
H A DJSONNodeDumper.cpp1601 attributeOnlyIfTrue("hasVar", IS->hasVarStorage()); in VisitIfStmt()
1610 attributeOnlyIfTrue("hasVar", SS->hasVarStorage()); in VisitSwitchStmt()
1627 attributeOnlyIfTrue("hasVar", WS->hasVarStorage()); in VisitWhileStmt()
H A DTextNodeDumper.cpp1047 if (Node->hasVarStorage()) in VisitIfStmt()
1064 if (Node->hasVarStorage()) in VisitSwitchStmt()
1069 if (Node->hasVarStorage()) in VisitWhileStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp817 if (S->hasVarStorage()) { in TraverseIfStmt()
1465 if (S->hasVarStorage()) in WalkUpFromIfStmt()