Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DStmtOpenMP.cpp19 size_t OMPChildren::size(unsigned NumClauses, bool HasAssociatedStmt, in size()
53 bool HasAssociatedStmt, in CreateEmpty()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderStmt.cpp3436 bool HasAssociatedStmt = Record[ASTStmtReader::NumStmtFields + 2]; in ReadStmtFromStream() local
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DOpenMPClause.h8880 bool HasAssociatedStmt = false; variable
8890 OMPChildren(unsigned NumClauses, unsigned NumChildren, bool HasAssociatedStmt) in OMPChildren()
DStmtOpenMP.h318 bool HasAssociatedStmt, unsigned NumChildren, in createEmptyDirective()