Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9165 template <typename T> T *castAttrAs() { return cast<T>(ToAttr); } in castAttrAs() function in __anone38d232b0811::AttrImporter
9166 template <typename T> const T *castAttrAs() const { return cast<T>(ToAttr); } in castAttrAs() function in __anone38d232b0811::AttrImporter