Searched refs:readDeclAs (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp94 T *readDeclAs() { function in class:clang::ASTStmtReader
95 return Record.readDeclAs<T>();
186 auto *LD = readDeclAs<LabelDecl>();
222 S->setConditionVariable(Record.getContext(), readDeclAs<VarDecl>());
245 S->setConditionVariable(Record.getContext(), readDeclAs<VarDecl>());
269 S->setConditionVariable(Record.getContext(), readDeclAs<VarDecl>());
287 S->setConditionVariable(Record.getContext(), readDeclAs<VarDecl>());
297 S->setLabel(readDeclAs<LabelDecl>());
326 S->setNRVOCandidate(readDeclAs<VarDecl>());
488 S->setCapturedDecl(readDeclAs<CapturedDec
[all...]
H A DASTReaderDecl.cpp144 T *readDeclAs() {
145 return Record.readDeclAs<T>();
570 auto *SemaDC = readDeclAs<DeclContext>();
571 auto *LexicalDC = readDeclAs<DeclContext>();
690 if (auto *Template = readDeclAs<TypeAliasTemplateDecl>())
775 if (auto *InstED = readDeclAs<EnumDecl>()) {
889 NamedDecl *ND = Record.readDeclAs<NamedDecl>();
904 FD->setDescribedFunctionTemplate(readDeclAs<FunctionTemplateDecl>());
907 auto *InstFD = readDeclAs<FunctionDecl>();
916 auto *Template = readDeclAs<FunctionTemplateDec
[all...]
H A DASTReader.cpp6532 TL.setParam(i, Reader.readDeclAs<ParmVarDecl>());
6582 TL.setFoundDecl(Reader.readDeclAs<NamedDecl>());
8638 Params.push_back(readDeclAs<NamedDecl>());
8707 Member = readDeclAs<FieldDecl>();
8711 IndirectMember = readDeclAs<IndirectFieldDecl>();
8764 NamespaceDecl *NS = readDeclAs<NamespaceDecl>();
8771 NamespaceAliasDecl *Alias = readDeclAs<NamespaceAliasDecl>();
8799 CXXRecordDecl *RD = readDeclAs<CXXRecordDecl>();
12197 Decls.push_back(Record.readDeclAs<ValueDecl>());
12216 auto *AssociatedDecl = Record.readDeclAs<ValueDec
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h202 T *readDeclAs() { function in class:clang::ASTRecordReader

Completed in 90 milliseconds