Searched refs:SourceOrderOrNumArrayIndices (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1863 unsigned SourceOrderOrNumArrayIndices : 13;
2004 return IsWritten ? static_cast<int>(SourceOrderOrNumArrayIndices) : -1;
2017 assert(SourceOrderOrNumArrayIndices == 0 &&
2022 SourceOrderOrNumArrayIndices = static_cast<unsigned>(pos);
2031 return IsWritten ? 0 : SourceOrderOrNumArrayIndices;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1573 IsWritten(false), SourceOrderOrNumArrayIndices(0)
1584 IsWritten(false), SourceOrderOrNumArrayIndices(0)
1595 IsWritten(false), SourceOrderOrNumArrayIndices(0)
1605 IsWritten(false), SourceOrderOrNumArrayIndices(0)
1618 IsWritten(false), SourceOrderOrNumArrayIndices(NumIndices)
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7051 unsigned SourceOrderOrNumArrayIndices; local
7054 SourceOrderOrNumArrayIndices = Record[Idx++];
7056 SourceOrderOrNumArrayIndices = Record[Idx++];
7057 Indices.reserve(SourceOrderOrNumArrayIndices);
7058 for (unsigned i=0; i != SourceOrderOrNumArrayIndices; ++i)
7092 BOMInit->setSourceOrder(SourceOrderOrNumArrayIndices);

Completed in 73 milliseconds