Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp19 size_t OMPChildren::size(unsigned NumClauses, bool HasAssociatedStmt, in size()
53 bool HasAssociatedStmt, in CreateEmpty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp3601 bool HasAssociatedStmt = Record[ASTStmtReader::NumStmtFields + 2]; in ReadStmtFromStream() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h9016 bool HasAssociatedStmt = false; variable
9026 OMPChildren(unsigned NumClauses, unsigned NumChildren, bool HasAssociatedStmt) in OMPChildren()
H A DStmtOpenMP.h327 bool HasAssociatedStmt, unsigned NumChildren, in createEmptyDirective()