Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1936 return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() + in numTrailingObjects()
1947 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()
1977 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage() function
2039 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2045 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2151 return NumMandatoryStmtPtr + hasInitStorage() + hasVarStorage(); in numTrailingObjects()
2157 return InitOffset + hasInitStorage() + hasVarStorage(); in condOffset()
2183 bool hasVarStorage() const { return SwitchStmtBits.HasVar; } in hasVarStorage() function
2243 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
2249 return hasVarStorage() ? static_cast<DeclStmt *>( in getConditionVariableDeclStmt()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp975 assert(hasVarStorage() && in setConditionVariable()
1093 assert(hasVarStorage() && in setConditionVariable()
1154 assert(hasVarStorage() && in setConditionVariable()
H A DJSONNodeDumper.cpp1438 attributeOnlyIfTrue("hasVar", IS->hasVarStorage()); in VisitIfStmt()
1445 attributeOnlyIfTrue("hasVar", SS->hasVarStorage()); in VisitSwitchStmt()
1462 attributeOnlyIfTrue("hasVar", WS->hasVarStorage()); in VisitWhileStmt()
H A DTextNodeDumper.cpp906 if (Node->hasVarStorage()) in VisitIfStmt()
915 if (Node->hasVarStorage()) in VisitSwitchStmt()
920 if (Node->hasVarStorage()) in VisitWhileStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp812 if (S->hasVarStorage()) { in TraverseIfStmt()
1460 if (S->hasVarStorage()) in WalkUpFromIfStmt()