Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h1933 return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() + in numTrailingObjects()
1938 return hasElseStorage(); in numTrailingObjects()
1977 bool hasElseStorage() const { return IfStmtBits.HasElse; } in hasElseStorage() function
2001 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()
2006 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()
2011 assert(hasElseStorage() && in setElse()
2067 return hasElseStorage() ? *getTrailingObjects<SourceLocation>() in getElseLoc()
2072 assert(hasElseStorage() && in setElseLoc()
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1438 attributeOnlyIfTrue("hasElse", IS->hasElseStorage()); in VisitIfStmt()
DTextNodeDumper.cpp908 if (Node->hasElseStorage()) in VisitIfStmt()