Home
last modified time | relevance | path

Searched refs:getDataLength (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h253 static unsigned getDataLength(NestedNameSpecifier *Qualifier);
340 unsigned getDataLength() const { return getDataLength(Qualifier); } in getDataLength() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp387 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) { in getDataLength() function in NestedNameSpecifierLoc
426 unsigned Offset = getDataLength(Qualifier->getPrefix()); in getLocalSourceRange()
459 unsigned Offset = getDataLength(Qualifier->getPrefix()); in getTypeLoc()
687 BufferSize = Other.getDataLength(); in Adopt()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp493 TXTRecord::getDataLength(TxtRecordPtr, TxtDataSize); in getSectionContents()
639 getDataLength(Record, Length); in getData()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h91 static void getDataLength(const uint8_t *Record, uint16_t &Length) { in getDataLength() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h4491 if (SS.location_size() == NNS.getDataLength() && in TransformNestedNameSpecifierLoc()