Searched defs:ASTFileSignature (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h57 struct ASTFileSignature : std::array<uint8_t, 20> { struct in namespace:clang
62 ASTFileSignature(BaseT S = {{0}}) : BaseT(std::move(S)) {} function in struct:clang::ASTFileSignature
[all...]

Completed in 71 milliseconds