Home
last modified time | relevance | path

Searched defs:getDataLength (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h340 unsigned getDataLength() const { return getDataLength(Qualifier); } in getDataLength() function
/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/AST/
H A DNestedNameSpecifier.cpp387 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) { in getDataLength() function in NestedNameSpecifierLoc