Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDesignator.h64 ArrayDesignatorInfo ArrayInfo; member
92 return ArrayInfo.Index; in getArrayIndex()
108 return ArrayInfo.LBracketLoc; in getLBracketLoc()
117 return ArrayInfo.RBracketLoc; in getRBracketLoc()
142 new (&D.ArrayInfo) ArrayDesignatorInfo; in getArray()
143 D.ArrayInfo.Index = Index; in getArray()
144 D.ArrayInfo.LBracketLoc = LBracketLoc; in getArray()
145 D.ArrayInfo.RBracketLoc = SourceLocation(); in getArray()
168 ArrayInfo.RBracketLoc = RBracketLoc; in setRBracketLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumCXXABI.cpp104 using ArrayInfo = llvm::DenseMapInfo<ArrayRef<const BindingDecl*>>; typedef
106 return {ArrayInfo::getEmptyKey()}; in getEmptyKey()
109 return {ArrayInfo::getTombstoneKey()}; in getTombstoneKey()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp199 ArrayInfo.ElemType = ElemTypeId; in BTFTypeArray()
200 ArrayInfo.Nelems = NumElems; in BTFTypeArray()
213 ArrayInfo.IndexType = BDebug.getArrayIndexTypeId(); in completeType()
218 OS.emitInt32(ArrayInfo.ElemType); in emitType()
219 OS.emitInt32(ArrayInfo.IndexType); in emitType()
220 OS.emitInt32(ArrayInfo.Nelems); in emitType()
H A DBTFDebug.h114 struct BTF::BTFArray ArrayInfo; variable