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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDesignator.h63 ArrayDesignatorInfo ArrayInfo; member in union:clang::Designator::__anon2891
91 return ArrayInfo.Index;
107 return SourceLocation::getFromRawEncoding(ArrayInfo.LBracketLoc);
116 return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc);
140 D.ArrayInfo.Index = Index;
141 D.ArrayInfo.LBracketLoc = LBracketLoc.getRawEncoding();
142 D.ArrayInfo.RBracketLoc = 0;
164 ArrayInfo.RBracketLoc = RBracketLoc.getRawEncoding();

Completed in 38 milliseconds