Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DAttrDocTable.cpp18 static const llvm::StringRef AttrDoc[] = { variable
24 if (K < std::size(AttrDoc)) in getDocumentation()
25 return AttrDoc[K]; in getDocumentation()