Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h56 struct ASTFileSignature : std::array<uint8_t, 20> { struct
61 ASTFileSignature(BaseT S = {{0}}) : BaseT(std::move(S)) {} in BaseT() argument
74 static ASTFileSignature create(StringRef Bytes) { in create() argument
78 static ASTFileSignature createDISentinel() { in createDISentinel() argument
85 static ASTFileSignature create(InputIt First, InputIt Last) { in create() argument