Home
last modified time | relevance | path

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

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