Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp88 llvm::errs() << " Base decl index: " << BaseDeclIndex << '\n' in dump()
H A DASTReader.cpp3414 F.BaseDeclIndex = getTotalNumDecls(); in ReadASTBlock()
7810 return OwningModuleFile->BaseDeclIndex + GlobalID.getLocalDeclIndex(); in translateGlobalDeclIDToIndex()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h455 unsigned BaseDeclIndex = 0; variable