Searched defs:NumAssocs (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 4527 unsigned NumAssocs in Create() local |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReaderStmt.cpp | 1393 unsigned NumAssocs = Record.readInt(); VisitGenericSelectionExpr() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExpr.cpp | 1657 assert(NumAssocs == ArgExprs.size()); in CreateGenericSelectionExpr() local |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 5897 unsigned NumAssocs : 15; global() variable |