Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp19 size_t OMPChildren::size(unsigned NumClauses, bool HasAssociatedStmt, in size()
53 bool HasAssociatedStmt, in CreateEmpty()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp3252 bool HasAssociatedStmt = Record[ASTStmtReader::NumStmtFields + 2]; in ReadStmtFromStream() local
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h86 bool HasAssociatedStmt, unsigned NumChildren, in createEmptyDirective()
DOpenMPClause.h7924 bool HasAssociatedStmt = false; variable
7934 OMPChildren(unsigned NumClauses, unsigned NumChildren, bool HasAssociatedStmt) in OMPChildren()