Home
last modified time | relevance | path

Searched refs:HasAssociatedStmt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h318 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);
H A DOpenMPClause.h8471 bool HasAssociatedStmt = false; variable
8481 OMPChildren(unsigned NumClauses, unsigned NumChildren, bool HasAssociatedStmt) in OMPChildren() argument
8483 HasAssociatedStmt(HasAssociatedStmt) {} in OMPChildren()
8485 static size_t size(unsigned NumClauses, bool HasAssociatedStmt,
8492 bool HasAssociatedStmt = false,
8498 bool hasAssociatedStmt() const { return HasAssociatedStmt; } in hasAssociatedStmt()
8518 assert(HasAssociatedStmt && in getAssociatedStmt()
8576 assert(HasAssociatedStmt && in getRawStmt()
8593 if (!HasAssociatedStmt) in getAssociatedStmtAsRange()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp19 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp3294 bool HasAssociatedStmt = Record[ASTStmtReader::NumStmtFields + 2]; in ReadStmtFromStream() local
3296 !HasAssociatedStmt, Empty); in ReadStmtFromStream()