Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h202 T *readDeclAs() { in readDeclAs() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp144 T *readDeclAs() { in readDeclAs() function in clang::ASTDeclReader
3118 template <typename T> T *readDeclAs() { return Reader.readDeclAs<T>(); } in readDeclAs() function in __anon3c764c3a0511::AttrReader
H A DASTReaderStmt.cpp99 T *readDeclAs() { in readDeclAs() function in clang::ASTStmtReader