Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmt.cpp916 IfStmtBits.HasElse = HasElse; in IfStmt()
917 IfStmtBits.HasVar = HasVar; in IfStmt()
918 IfStmtBits.HasInit = HasInit; in IfStmt()
938 IfStmtBits.HasElse = HasElse; in IfStmt()
939 IfStmtBits.HasVar = HasVar; in IfStmt()
940 IfStmtBits.HasInit = HasInit; in IfStmt()
/external/llvm-project/clang/include/clang/AST/
DStmt.h1009 IfStmtBitfields IfStmtBits; member
1971 bool hasInitStorage() const { return IfStmtBits.HasInit; } in hasInitStorage()
1974 bool hasVarStorage() const { return IfStmtBits.HasVar; } in hasVarStorage()
1977 bool hasElseStorage() const { return IfStmtBits.HasElse; } in hasElseStorage()
2063 SourceLocation getIfLoc() const { return IfStmtBits.IfLoc; } in getIfLoc()
2064 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()
2077 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr()
2078 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr()
/external/clang/include/clang/AST/
DStmt.h258 IfStmtBitfields IfStmtBits; in LLVM_ALIGNAS() member
933 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr()
934 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr()