Searched refs:HasAssociatedStmt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 318 bool HasAssociatedStmt, unsigned NumChildren, in createEmptyDirective() argument 321 C.Allocate(sizeof(T) + OMPChildren::size(NumClauses, HasAssociatedStmt, in createEmptyDirective() 326 HasAssociatedStmt, NumChildren); in createEmptyDirective() 334 bool HasAssociatedStmt = false, 337 C.Allocate(sizeof(T) + OMPChildren::size(NumClauses, HasAssociatedStmt, 342 HasAssociatedStmt, NumChildren);
|
| D | OpenMPClause.h | 8579 bool HasAssociatedStmt = false; variable 8589 OMPChildren(unsigned NumClauses, unsigned NumChildren, bool HasAssociatedStmt) in OMPChildren() argument 8591 HasAssociatedStmt(HasAssociatedStmt) {} in OMPChildren() 8593 static size_t size(unsigned NumClauses, bool HasAssociatedStmt, 8600 bool HasAssociatedStmt = false, 8606 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt() 8626 assert(HasAssociatedStmt && in getAssociatedStmt() 8684 assert(HasAssociatedStmt && in getRawStmt() 8701 if (!HasAssociatedStmt) in getAssociatedStmtAsRange()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | StmtOpenMP.cpp | 19 size_t OMPChildren::size(unsigned NumClauses, bool HasAssociatedStmt, in size() argument 23 NumClauses, NumChildren + (HasAssociatedStmt ? 1 : 0)), in size() 53 bool HasAssociatedStmt, in CreateEmpty() argument 55 return new (Mem) OMPChildren(NumClauses, NumChildren, HasAssociatedStmt); in CreateEmpty()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 3319 bool HasAssociatedStmt = Record[ASTStmtReader::NumStmtFields + 2]; in ReadStmtFromStream() local 3321 !HasAssociatedStmt, Empty); in ReadStmtFromStream()
|