HomeSort by relevance Sort by last modified time
    Searched full:numassocs (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 81 unsigned numAssocs = gse->getNumAssocs();
83 SmallVector<Expr*, 8> assocs(numAssocs);
84 SmallVector<TypeSourceInfo*, 8> assocTypes(numAssocs);
86 for (unsigned i = 0; i != numAssocs; ++i) {
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 864 E->NumAssocs = Record[Idx++];
865 E->AssocTypes = new (Reader.getContext()) TypeSourceInfo*[E->NumAssocs];
867 new(Reader.getContext()) Stmt*[GenericSelectionExpr::END_EXPR+E->NumAssocs];
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 153 milliseconds