Lines Matching refs:readDeclAs
6604 TL.setParam(i, Reader.readDeclAs<ParmVarDecl>()); in VisitFunctionTypeLoc()
6654 TL.setFoundDecl(Reader.readDeclAs<NamedDecl>()); in VisitAutoTypeLoc()
8786 Params.push_back(readDeclAs<NamedDecl>()); in readTemplateParameterList()
8855 Member = readDeclAs<FieldDecl>(); in readCXXCtorInitializers()
8859 IndirectMember = readDeclAs<IndirectFieldDecl>(); in readCXXCtorInitializers()
8912 NamespaceDecl *NS = readDeclAs<NamespaceDecl>(); in readNestedNameSpecifierLoc()
8919 NamespaceAliasDecl *Alias = readDeclAs<NamespaceAliasDecl>(); in readNestedNameSpecifierLoc()
8947 CXXRecordDecl *RD = readDeclAs<CXXRecordDecl>(); in readNestedNameSpecifierLoc()
12535 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPMapClause()
12554 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPMapClause()
12658 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPToClause()
12678 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPToClause()
12714 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPFromClause()
12734 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPFromClause()
12764 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDevicePtrClause()
12783 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDevicePtrClause()
12806 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPUseDeviceAddrClause()
12825 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDeviceAddrClause()
12849 Decls.push_back(Record.readDeclAs<ValueDecl>()); in VisitOMPIsDevicePtrClause()
12868 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPIsDevicePtrClause()