Home
last modified time | relevance | path

Searched refs:getLocalBitOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1361 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7165 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXCtorInitializers()
7187 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXBaseSpecifiers()
7401 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalDeclStmt()
H A DASTReaderDecl.cpp2808 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset() function in ASTReader