Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1880 return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() + in numTrailingObjects()
1885 return hasElseStorage(); in numTrailingObjects()
1922 bool hasElseStorage() const { return IfStmtBits.HasElse; } in hasElseStorage() function
1946 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()
1951 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()
1956 assert(hasElseStorage() && in setElse()
2012 return hasElseStorage() ? *getTrailingObjects<SourceLocation>() in getElseLoc()
2017 assert(hasElseStorage() && in setElseLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTextNodeDumper.cpp659 if (Node->hasElseStorage()) in VisitIfStmt()
HDJSONNodeDumper.cpp1425 attributeOnlyIfTrue("hasElse", IS->hasElseStorage()); in VisitIfStmt()