Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1729 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()
1757 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage() function
1819 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
1825 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
1920 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()
2004 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2010 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2090 return NumMandatoryStmtPtr + hasVarStorage(); in numTrailingObjects()
2110 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage() function
2153 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp629 if (Node->hasVarStorage()) in VisitIfStmt()
638 if (Node->hasVarStorage()) in VisitSwitchStmt()
643 if (Node->hasVarStorage()) in VisitWhileStmt()
H A DStmt.cpp872 assert(hasVarStorage() && in setConditionVariable()
973 assert(hasVarStorage() && in setConditionVariable()
1029 assert(hasVarStorage() && in setConditionVariable()